final IRegion region = frda.find(0, "class " + className, true, true, true, false);
if (region != null) {
addMarker(javaFile, getErrorText(wid), wid, htmlSnippet, document.getLineOfOffset(region.getOffset()), region.getOffset() + 6,
className.length());
}
provider.disconnect(javaFile);
} catch (final Exception e) {
}
}
/** get the error text that is displayed */