I get a lot of warnings like:
[javac] MonitorProjectData.java:104: warning: non-varargs call of varargs method with inexact
argument type for last parameter;
[javac] cast to java.lang.Object for a varargs call
[javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[javac] m_description = MessageFormat.format(PROJECT_DESCRIPTION_FORMAT_TEXT,new String[]{m_path,RUNNING_TEXT,timeFrameString});
[javac] ^
And nothing shows (warning, errors, intention pack) in the editor