Compiler log for org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 0, INFOS: 7

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java
 (at line 544)
@SuppressWarnings("resource") // XXX EclipseFileManager should close jrtfs but it looks like standardJavaFileManager is never closed
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored

/src/org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.java
 (at line 81)
@SuppressWarnings("resource") // fileManager is not opened here
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored

/src/org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.java : 2 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.java
 (at line 212)
@SuppressWarnings("resource") // ForwardingOutputStream forwards close() too
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.java
 (at line 218)
@SuppressWarnings("resource") // ForwardingWriter forwards close() too
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored

/src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java : 3 infos :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java
 (at line 166)
@SuppressWarnings("resource") // cached archive is closed in EclipseFileManager.close()
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored
2. INFO in /src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java
 (at line 445)
@SuppressWarnings("resource") // cached archive is closed in EclipseFileManager.close()
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored
3. INFO in /src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java
 (at line 457)
@SuppressWarnings("resource") // cached archive is closed in EclipseFileManager.close()
At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings