});
}
public static void doAnnotate(final Editor editor, final Project project, final FileAnnotation fileAnnotation)
{
final UpToDateLineNumberProvider getUpToDateLineNumber = new UpToDateLineNumberProviderImpl(editor.getDocument(),
project);
editor.getGutter().closeAllAnnotations();
// be careful, not proxies but original items are put there (since only their presence not behaviour is important)