# 2/13/24, 10:41:20 PM UTC # Eclipse Compiler for Java(TM) v20240118-1402, 3.37.0, Copyright IBM Corp 2000, 2020. All rights reserved. ---------- 1. 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 ---------- 2. 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 ---------- 3. 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 ---------- ---------- 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/ast/ASTNode.java (at line 1091) Map implicitContainerAnnotations = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 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/ast/ASTNode.java (at line 1113) if (implicitContainerAnnotations == null) implicitContainerAnnotations = new HashMap(3); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 6. 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 1114) 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 ---------- ---------- 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/AbstractMethodDeclaration.java (at line 655) String errorMessage = this.scope.problemReporter().problemFactory.getLocalizedMessage(IProblem.AbstractStaticMethodCalled, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 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/AbstractMethodDeclaration.java (at line 697) public void getAllAnnotationContexts(int targetType, List allAnnotationContexts) { ^^^^ List is a raw type. References to generic type List 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/IntersectionCastTypeReference.java (at line 141) Map invocations = new HashMap(2); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 10. 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 ---------- ---------- 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/ast/MethodDeclaration.java (at line 291) public void getAllAnnotationContexts(int targetType, List allAnnotationContexts) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. 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 292) AnnotationCollector collector = new AnnotationCollector(this.returnType, targetType, allAnnotationContexts); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 13. 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 628) switch (getBaseclassDecapsulation()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The enum constant TOLERATED_IN_CALLIN_MAPPING needs a corresponding case label in this enum switch on Expression.DecapsulationState ---------- ---------- 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/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 ---------- 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/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 ---------- 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/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 ---------- 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/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 ---------- ---------- 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/batch/Main.java (at line 780) 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[] ---------- 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/batch/Main.java (at line 1425) private List addonExports = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 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/batch/Main.java (at line 1426) private List addonReads = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 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/batch/Main.java (at line 1427) public Set rootModules = Collections.EMPTY_SET; ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- 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/batch/Main.java (at line 3393) 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[] ---------- ---------- 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 2898) Map hashcodesTosynthetics = new LinkedHashMap(); ^^^ Map is a raw type. References to generic type Map 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 2898) Map hashcodesTosynthetics = new LinkedHashMap(); ^^^^^^^^^^^^^ LinkedHashMap is a raw type. References to generic type LinkedHashMap 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 2905) List syntheticssForThisHashcode = (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 2905) List syntheticssForThisHashcode = (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/codegen/CodeStream.java (at line 2907) syntheticssForThisHashcode = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 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/codegen/CodeStream.java (at line 2908) 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 ---------- 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/codegen/CodeStream.java (at line 2910) syntheticssForThisHashcode.add(syntheticMethodBinding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List 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/codegen/CodeStream.java (at line 2937) Set hashcodes = hashcodesTosynthetics.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 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/codegen/CodeStream.java (at line 2938) Iterator hashcodeIterator = hashcodes.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator 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/codegen/CodeStream.java (at line 2957) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. 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/codegen/CodeStream.java (at line 2957) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ 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/codegen/CodeStream.java (at line 3002) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 35. 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 3002) List synthetics = (List)hashcodesTosynthetics.get(hashcode); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 36. 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 ---------- 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/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 ---------- ---------- 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/lookup/ArrayBinding.java (at line 137) void collectInferenceVariables(Set variables) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 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/lookup/ArrayBinding.java (at line 138) this.leafComponentType.collectInferenceVariables(variables); ^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set ---------- ---------- 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/lookup/ImplicitNullAnnotationVerifier.java (at line 689) private boolean staticRoleMethodImpl(MethodBinding method, MethodBinding inheritedMethod) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method staticRoleMethodImpl(MethodBinding, MethodBinding) from the type ImplicitNullAnnotationVerifier is never used locally ---------- ---------- 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/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 ---------- ---------- 42. 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 ---------- ---------- 43. 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 724) this.scope.problemReporter().missingAccessorInBinary(this, targetField); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- ---------- 44. 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 ---------- 45. 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 ---------- ---------- 46. 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 410) 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 ---------- 47. ERROR 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 5562) StringTemplate template; ^^^^^^^^^^^^^^ The type StringTemplate is ambiguous ---------- 48. ERROR 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 5565) template = new StringTemplate(new StringLiteral[] {(StringLiteral) expression}, ^^^^^^^^^^^^^^ The type StringTemplate is ambiguous ---------- 49. ERROR 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 5568) template = (StringTemplate) expression; ^^^^^^^^^^^^^^ The type StringTemplate is ambiguous ---------- 50. 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 6099) private void consumeLiftingTypeArrayInvalid() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method consumeLiftingTypeArrayInvalid() from the type Parser is never used locally ---------- 51. 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 6110) private void consumeLiftingTypeArray() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method consumeLiftingTypeArray() from the type Parser is never used locally ---------- 52. ERROR 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 12360) StringTemplate template = new StringTemplate(fragments, expressions, fragments[0].sourceStart, fragments[expressions.length].sourceEnd, isMultiline); ^^^^^^^^^^^^^^ The type StringTemplate is ambiguous ---------- 53. ERROR 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 12360) StringTemplate template = new StringTemplate(fragments, expressions, fragments[0].sourceStart, fragments[expressions.length].sourceEnd, isMultiline); ^^^^^^^^^^^^^^ The type StringTemplate is ambiguous ---------- ---------- 54. 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 13074) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored ---------- ---------- 55. 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 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 ---------- ---------- 56. 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 ---------- ---------- 57. 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 ---------- ---------- 58. 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 ---------- ---------- 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/ast/AbstractMethodMappingDeclaration.java (at line 242) return new Integer(i); // TODO (SH): handle double mapping. ^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal ---------- ---------- 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/ast/PotentialLiftExpression.java (at line 181) scope.problemReporter().referenceContext.tagAsHavingErrors(); ^^^^^^^^^^^^^^^^^^^^^^^ 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/ast/PotentialLiftExpression.java (at line 219) scope.problemReporter().referenceContext.tagAsHavingErrors(); ^^^^^^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- ---------- 62. 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 ---------- ---------- 63. 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 ---------- ---------- 64. 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 ---------- 65. 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 ---------- ---------- 66. 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 ---------- ---------- 67. 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 ---------- 68. 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 ---------- 69. 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 ---------- 70. 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 ---------- 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/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 ---------- ---------- 72. 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 ---------- ---------- 73. 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 ---------- 74. 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 ---------- ---------- 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/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 ---------- 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/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 ---------- 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/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 ---------- ---------- 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/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 ---------- 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/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 ---------- ---------- 80. 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 ---------- 81. 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 ---------- 82. 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 ---------- 83. 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 ---------- 84. 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 ---------- 85. 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 ---------- 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/Config.java (at line 499) return getConfig().buildFieldsAndMethods; ^^^^^^^^^^^ 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/Config.java (at line 508) return getConfig().strictDiet; ^^^^^^^^^^^ 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 992) if (Config.getConfig().bundledCompleteTypeBindings) ^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- 89. 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 ---------- 90. 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 ---------- ---------- 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/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 ---------- ---------- 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/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 ---------- ---------- 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/lifting/Lifting.java (at line 719) @SuppressWarnings("synthetic-access") ^^^^^^^^^^^^^^^^^^ At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored ---------- ---------- 94. 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 ---------- ---------- 95. 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 ---------- 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/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 ---------- 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/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 ---------- ---------- 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/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 ---------- 99. 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 ---------- 100. 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 ---------- ---------- 101. 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 ---------- 102. 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 ---------- ---------- 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/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 ---------- ---------- 104. 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 ---------- 105. 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 ---------- 106. 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 ---------- 107. 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 ---------- ---------- 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/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 ---------- ---------- 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/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 ---------- ---------- 110. 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 ---------- 111. 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 ---------- 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/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 ---------- ---------- 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/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 ---------- ---------- 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/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 ---------- ---------- 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/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 ---------- ---------- 116. 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 ---------- ---------- 117. 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 ---------- ---------- 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. 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/TransformStatementsVisitor.java (at line 235) scope.problemReporter().attemptToReturnNonVoidExpression(returnStatement, returnType); ^^^^^^^^^^^^^^^^^^^^^^^ Resource leak: '' is never closed ---------- ---------- 123. 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 ---------- 123 problems (5 errors, 71 warnings, 47 infos)