if(null == docAssigendObjs)
{
// Once and again the Netbeans editor calls createSyntax() after
// sessionEnding() was called. Then sess is null and the code below
// would break.
return new Syntax();
}
ArrayList<NetbeansSQLEditorPane> editors = _editorPanesBySessionID.get(docAssigendObjs.getSession().getIdentifier());