# 3/29/24, 11:17:31 PM UTC # Eclipse Compiler for Java(TM) OTDT_r283_202403292312, 3.38.0, Copyright IBM Corp 2000, 2020. All rights reserved. Extension for Object Teams, 2.8.3, Copyright by TU Berlin, Fraunhofer FIRST and others, 2004, 2023. ---------- 1. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java (at line 779) Map.Entry[] entries = entriesSet.toArray(new Map.Entry[entriesSet.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map.Entry[] needs unchecked conversion to conform to Map.Entry[] ---------- 2. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java (at line 1422) private List addonExports = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 3. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java (at line 1423) private List addonReads = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 4. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java (at line 1424) public Set rootModules = Collections.EMPTY_SET; ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 5. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/Main.java (at line 3389) Map.Entry[] entries = this.options.entrySet().toArray(new Map.Entry[this.options.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map.Entry[] needs unchecked conversion to conform to Map.Entry[] ---------- ---------- 6. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/util/CtSym.java (at line 126) @SuppressWarnings("resource") // FileSystem must not be closed ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- ---------- 7. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/ASTNode.java (at line 1090) Map implicitContainerAnnotations = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 8. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/ASTNode.java (at line 1112) if (implicitContainerAnnotations == null) implicitContainerAnnotations = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 9. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/ASTNode.java (at line 1113) implicitContainerAnnotations.put(containerAnnotationType, sourceAnnotations[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 10. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/util/JRTUtil.java (at line 198) @SuppressWarnings("resource") // getFs() does not transfer ownership ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- ---------- 11. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/Parser.java (at line 412) private final static byte[] buildFileOfByteFor(String filename, String tag, String[] tokens) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method buildFileOfByteFor(String, String, String[]) from the type Parser is never used locally ---------- ---------- 12. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/core/compiler/Pair.java (at line 38) @SuppressWarnings("hiding") ^^^^^^^^ At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored ---------- ---------- 13. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/batch/FileSystem.java (at line 441) @SuppressWarnings("resource") // don't close classpathEntry.zipFile, which we don't own ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- ---------- 14. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2872) Map hashcodesTosynthetics = new LinkedHashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 15. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2872) Map hashcodesTosynthetics = new LinkedHashMap(); ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap should be parameterized ---------- 16. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2878) List syntheticssForThisHashcode = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2878) List syntheticssForThisHashcode = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2880) syntheticssForThisHashcode = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 19. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2881) hashcodesTosynthetics.put(hashcode,syntheticssForThisHashcode); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 20. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2883) syntheticssForThisHashcode.add(syntheticMethodBinding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2910) Set hashcodes = hashcodesTosynthetics.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 22. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2911) Iterator hashcodeIterator = hashcodes.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2930) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 24. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2930) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 25. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2975) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 26. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/CodeStream.java (at line 2975) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 27. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java (at line 64) static private final char[][] noException = CharOperation.NO_CHAR_CHAR; ^^^^^^^^^^^ The value of the field MethodInfo.noException is not used ---------- 28. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/classfmt/MethodInfo.java (at line 65) static private final char[][] noArgumentNames = CharOperation.NO_CHAR_CHAR; ^^^^^^^^^^^^^^^ The value of the field MethodInfo.noArgumentNames is not used ---------- ---------- 29. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/ArrayBinding.java (at line 137) void collectInferenceVariables(Set variables) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 30. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/ArrayBinding.java (at line 138) this.leafComponentType.collectInferenceVariables(variables); ^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- ---------- 31. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java (at line 242) protected Object createMethodReference(Object receiver, List arguments) throws InvalidInputException { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 32. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/JavadocParser.java (at line 315) arguments.toArray(expressions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 33. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java (at line 289) public void getAllAnnotationContexts(int targetType, List allAnnotationContexts) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 34. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/MethodDeclaration.java (at line 290) AnnotationCollector collector = new AnnotationCollector(this.returnType, targetType, allAnnotationContexts); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 35. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/core/compiler/IOTConstants.java (at line 30) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 36. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl9.java (at line 278) @SuppressWarnings("resource") // fileManager is not created, must not be closed ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- ---------- 37. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java (at line 123) switch(this.getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant CONFINED needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- 38. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java (at line 123) switch(this.getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant NONE needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- 39. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java (at line 123) switch(this.getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant TOLERATED needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- 40. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/SingleTypeReference.java (at line 123) switch(this.getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant TOLERATED_IN_CALLIN_MAPPING needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- ---------- 41. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/problem/ProblemReporter.java (at line 13076) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 42. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/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 ---------- 43. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java (at line 259) @SuppressWarnings("resource") // Archive is returned to caller ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- 44. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java (at line 446) @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 ---------- 45. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.java (at line 458) @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 ---------- ---------- 46. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/core/compiler/ISMAPConstants.java (at line 30) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 47. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/MemberTypeBinding.java (at line 217) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 48. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/SourceTypeBinding.java (at line 3398) IErrorHandlingPolicy suspendedPolicy = problemReporter.suspendTempErrorHandlingPolicy(); ^^^^^^^^^^^^^^^ The value of the local variable suspendedPolicy is not used ---------- ---------- 49. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.java (at line 541) @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 ---------- ---------- 50. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/util/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 ---------- 51. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/util/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 ---------- 52. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/util/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 ---------- ---------- 53. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/AbstractMethodDeclaration.java (at line 695) public void getAllAnnotationContexts(int targetType, List allAnnotationContexts) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 54. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/FileInfo.java (at line 82) Integer key = new Integer(lineInfo.getInputStartLine()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- 55. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/FileInfo.java (at line 110) return this._lineInfos.get(new Integer(intputStartLine)); ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- 56. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/FileInfo.java (at line 184) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 57. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/MultiCatchExceptionLabel.java (at line 68) public int getAllAnnotationContexts(int tableIndex, List allTypeAnnotationContexts) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 58. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/codegen/MultiCatchExceptionLabel.java (at line 73) exceptionLabel.exceptionTypeReference.getAllAnnotationContexts(AnnotationTargetTypeConstants.EXCEPTION_PARAMETER, tableIndex + localCount, allTypeAnnotationContexts); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 59. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 400) return getConfig().verifyMethods; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 60. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 404) return getConfig().analyzeCode; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 61. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 408) return getConfig().generateCode; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 62. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 427) return getConfig().castRequired; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 63. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 435) return getConfig().loweringRequired; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 64. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 447) return getConfig().loweringPossible; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 65. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 499) return getConfig().buildFieldsAndMethods; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- 66. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Config.java (at line 508) return getConfig().strictDiet; ^^^^^^^^^^^ Resource leak: '' is never closed ---------- ---------- 67. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/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 ---------- 68. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/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 ---------- ---------- 69. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference.java (at line 141) Map invocations = new HashMap(2); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 70. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/IntersectionCastTypeReference.java (at line 141) Map invocations = new HashMap(2); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 71. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/model/RoleModel.java (at line 353) this._methodByteCodeOffsets.put(method, new Integer(offset)); ^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- 72. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/model/RoleModel.java (at line 416) if (Config.getConfig().ignoreMissingBytecode) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 73. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/model/RoleModel.java (at line 416) if (Config.getConfig().ignoreMissingBytecode) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 74. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/model/RoleModel.java (at line 479) this._methodByteCodeOffsets.put(method, new Integer(offset)); ^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- ---------- 75. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/model/TypeModel.java (at line 310) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 76. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lifting/Lowering.java (at line 198) @SuppressWarnings("null") // needNullCheck => localVar != null ^^^^^^ At least one of the problems in category 'null' is not analysed due to a compiler option being ignored ---------- ---------- 77. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lifting/TreeNode.java (at line 189) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 78. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lifting/TreeNode.java (at line 201) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 79. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lifting/TreeNode.java (at line 221) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 80. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/SmapStratum.java (at line 34) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 81. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/util/Protections.java (at line 165) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 82. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/ast/ParameterizedSingleTypeReference.java (at line 637) switch (getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant TOLERATED_IN_CALLIN_MAPPING needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- ---------- 83. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/classfmt/ExternalAnnotationDecorator.java (at line 199) @SuppressWarnings("resource") ^^^^^^^^^^ At least one of the problems in category 'resource' is not analysed due to a compiler option being ignored ---------- ---------- 84. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/ImplicitNullAnnotationVerifier.java (at line 707) private boolean staticRoleMethodImpl(MethodBinding method, MethodBinding inheritedMethod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method staticRoleMethodImpl(MethodBinding, MethodBinding) from the type ImplicitNullAnnotationVerifier is never used locally ---------- ---------- 85. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/SourcePosition.java (at line 44) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 86. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Dependencies.java (at line 992) if (Config.getConfig().bundledCompleteTypeBindings) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 87. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Dependencies.java (at line 1846) && Config.getConfig().verifyMethods) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 88. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/Dependencies.java (at line 2086) if (Config.getConfig().verifyMethods) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- ---------- 89. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/StateMemento.java (at line 235) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 90. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/AnchorMapping.java (at line 167) @SuppressWarnings("synthetic-access") ^^^^^^^^^^^^^^^^^^ At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored ---------- 91. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/AnchorMapping.java (at line 404) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 92. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/AnchorMapping.java (at line 449) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 93. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/ast/TSuperMessageSend.java (at line 233) @SuppressWarnings("hiding") ^^^^^^^^ At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored ---------- ---------- 94. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java (at line 408) TypeBinding substituteForChecks; ^^^^^^^^^^^^^^^^^^^ The value of the local variable substituteForChecks is not used ---------- ---------- 95. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.java (at line 80) @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 ---------- ---------- 96. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/control/ITranslationStates.java (at line 73) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 97. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/smap/AbstractSmapGenerator.java (at line 59) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 98. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ConstantPoolObject.java (at line 201) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 99. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ConstantPoolObject.java (at line 205) case IntegerTag: str = new String("Integer:")+new Integer(this._int).toString() +"\n"; break; ^^^^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- 100. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ConstantPoolObject.java (at line 206) case LongTag: str = new String("Long:")+new Long(this._long).toString() +"\n"; break; ^^^^^^^^^^^^^^^^ The constructor Long(long) has been deprecated since version 9 and marked for removal ---------- 101. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ConstantPoolObject.java (at line 207) case FloatTag: str = new String("Float:")+new Float(this._float).toString() +"\n"; break; ^^^^^^^^^^^^^^^^^^ The constructor Float(float) has been deprecated since version 9 and marked for removal ---------- 102. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ConstantPoolObject.java (at line 208) case DoubleTag: str = new String("Double:")+new Double(this._double).toString() +"\n"; break; ^^^^^^^^^^^^^^^^^^^^ The constructor Double(double) has been deprecated since version 9 and marked for removal ---------- ---------- 103. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/ListValueAttribute.java (at line 127) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 104. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/WordValueAttribute.java (at line 414) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 105. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/WordValueAttribute.java (at line 425) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 106. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/CallinCalloutBinding.java (at line 239) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 107. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/CallinCalloutBinding.java (at line 274) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 108. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/lookup/DependentTypeBinding.java (at line 427) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 109. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/OTSpecialAccessAttribute.java (at line 222) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 110. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/OTSpecialAccessAttribute.java (at line 457) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 111. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/CallinParamMappingsAttribute.java (at line 78) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 112. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/CallinMethodMappingsAttribute.java (at line 122) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 113. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/CallinMethodMappingsAttribute.java (at line 252) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 114. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/BoundClassesHierarchyAttribute.java (at line 109) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 115. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/StaticReplaceBindingsAttribute.java (at line 85) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 116. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/StaticReplaceBindingsAttribute.java (at line 126) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 117. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/bytecode/StaticReplaceBindingsAttribute.java (at line 429) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 118. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/TeamMethodGenerator.java (at line 114) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 119. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/TeamMethodGenerator.java (at line 205) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 120. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/TeamMethodGenerator.java (at line 223) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- 121. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/TeamMethodGenerator.java (at line 427) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 122. INFO in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/MethodSignatureEnhancer.java (at line 76) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 123. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/StandardElementGenerator.java (at line 248) throw new InternalCompilerError("Required cast method not found."); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- ---------- 124. WARNING in /home/jenkins/agent/workspace/buildAndTest/testrun/build-root/src/plugins/org.eclipse.jdt.core.compiler.batch/src/org/eclipse/objectteams/otdt/internal/core/compiler/statemachine/transformer/StackTransformStatementsVisitor.java (at line 70) this.stackSizes.put(node, new Integer(this.replacements.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- 124 problems (0 errors, 66 warnings, 58 infos)