Compiler log for org.eclipse.jdt.core_3.13.50.v20171007-0855 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 3, INFOS: 12

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

/model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java : 2 warnings :

OTHER WARNINGS
1. WARNING in /model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
 (at line 882)
this.focusType = this.lookupEnvironment.askForType(compoundName);
The method askForType(char[][]) from the type LookupEnvironment is deprecated
2. WARNING in /model/org/eclipse/jdt/internal/core/hierarchy/HierarchyResolver.java
 (at line 889)
this.focusType = this.lookupEnvironment.askForType(compoundName);
The method askForType(char[][]) from the type LookupEnvironment is deprecated

/codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java : 1 warning :

OTHER WARNINGS
1. WARNING in /codeassist/org/eclipse/jdt/internal/codeassist/CompletionEngine.java
 (at line 12914)
BasicCompilationUnit fakeUnit = new BasicCompilationUnit( fakeSource, null, "FakeType.java", //$NON-NLS-1$ encoding);
The constructor BasicCompilationUnit(char[], char[][], String, String) is deprecated

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java : 1 info :

INFO WARNINGS
1. INFO in /search/org/eclipse/jdt/internal/core/search/indexing/BinaryIndexer.java
 (at line 883)
if (ref == null || ref.equals(CharOperation.NO_CHAR))
Unlikely argument type for equals(): char[] seems to be unrelated to char[][]

/search/org/eclipse/jdt/internal/core/nd/util/CharArrayMap.java : 1 info :

INFO WARNINGS
1. INFO in /search/org/eclipse/jdt/internal/core/nd/util/CharArrayMap.java
 (at line 104)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored

/compiler/org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching.java : 1 info :

INFO WARNINGS
1. INFO in /compiler/org/eclipse/jdt/internal/compiler/ast/NullAnnotationMatching.java
 (at line 731)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored

/compiler/org/eclipse/jdt/internal/compiler/lookup/ModuleBinding.java : 1 info :

INFO WARNINGS
1. INFO in /compiler/org/eclipse/jdt/internal/compiler/lookup/ModuleBinding.java
 (at line 59)
@SuppressWarnings("synthetic-access")
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored

/search/org/eclipse/jdt/internal/core/nd/Nd.java : 6 infos :

INFO WARNINGS
1. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 361)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
2. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 511)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
3. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 555)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
4. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 574)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
5. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 600)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
6. INFO in /search/org/eclipse/jdt/internal/core/nd/Nd.java
 (at line 614)
@SuppressWarnings("nls")
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored

/model/org/eclipse/jdt/internal/core/SearchableEnvironmentRequestor.java : 1 info :

INFO WARNINGS
1. INFO in /model/org/eclipse/jdt/internal/core/SearchableEnvironmentRequestor.java
 (at line 97)
if (this.unitToSkip != null && this.unitToSkip.equals(type.getCompilationUnit())){
Unlikely argument type for equals(): ICompilationUnit seems to be unrelated to ICompilationUnit

/search/org/eclipse/jdt/internal/core/nd/RawGrowableArray.java : 1 info :

INFO WARNINGS
1. INFO in /search/org/eclipse/jdt/internal/core/nd/RawGrowableArray.java
 (at line 136)
@SuppressWarnings("synthetic-access")
At least one of the problems in category 'synthetic-access' 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