errors | others warnings | infos | forbidden warnings | discouraged warnings |
top | others warnings | infos | forbidden warnings | discouraged warnings |
top | errors | infos | forbidden warnings | discouraged warnings |
errors | others warnings | forbidden warnings | discouraged warnings |
1. INFO in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 259) @SuppressWarnings("synthetic-access") At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored |
1. INFO in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 57) @SuppressWarnings({"rawtypes", "unchecked", "hiding"}) At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored |
top | errors | infos | others warnings | discouraged warnings |
top | errors | infos | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 67) import org.eclipse.jdt.internal.core.search.matching.MatchLocator; Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 68) import org.eclipse.jdt.internal.core.search.matching.MethodPattern; Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 1697) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 1697) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 2822) MatchLocator.setFocus(pattern, method); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java (at line 2822) MatchLocator.setFocus(pattern, method); Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 20) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 21) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 25) public class SnippetCompletionTests extends AbstractJavaModelTests implements RelevanceConstants { Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 67) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 67) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 67) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 67) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 74) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 75) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 76) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 77) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 93) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 93) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 93) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 93) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 106) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 106) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 106) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 106) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 106) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 107) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 108) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 109) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 110) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 126) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 126) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 126) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 126) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 139) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 139) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 139) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 139) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 139) "Victory[TYPE_REF]{Victory, aa.bb.cc, LVictory;, null, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 140) "var[LOCAL_VARIABLE_REF]{var, null, I, var, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 141) "varX[LOCAL_VARIABLE_REF]{varX, null, I, varX, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 142) "varY[LOCAL_VARIABLE_REF]{varY, null, I, varY, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 143) "varsc[LOCAL_VARIABLE_REF]{varsc, null, Laa.bb.cc.SuperClass;, varsc, ["+tokenStart+", "+tokenEnd+"], "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 160) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 160) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java (at line 160) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 21) import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 41) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 41) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 86) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 87) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 87) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 87) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 87) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 87) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 88) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 113) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 114) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 114) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 114) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 114) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 114) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 115) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 139) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 140) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 164) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 165) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 165) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 165) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 165) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 165) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 166) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 190) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 191) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 192) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 217) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 218) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 219) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 219) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 219) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 219) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java (at line 25) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java (at line 484) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java (at line 484) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java (at line 484) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java (at line 484) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 32) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 33) import org.eclipse.jdt.internal.core.index.IndexLocation; Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 34) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 57) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 57) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 57) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 58) manager.containers = new HashMap<>(5); Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 59) manager.variables = new HashMap<>(5); Discouraged access: The field 'JavaModelManager.variables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1037) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1037) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1037) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1038) indexManager.indexLibrary(new Path("/P1/bin"), project.getProject(), null); Discouraged access: The method 'IndexManager.indexLibrary(IPath, IProject, URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1118) IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1118) IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1118) IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL); Discouraged access: The method 'IndexLocation.createIndexLocation(URL)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java (at line 1119) assertTrue("Malformed index location", indexLoc.getIndexFile().exists()); Discouraged access: The method 'IndexLocation.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 27) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 140) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 140) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 145) boolean readOnlyFlag = Util.isReadOnly(resource); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 145) boolean readOnlyFlag = Util.isReadOnly(resource); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 148) Util.setReadOnly(resource, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 148) Util.setReadOnly(resource, true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 154) Util.setReadOnly(resource, readOnlyFlag); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 154) Util.setReadOnly(resource, readOnlyFlag); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 165) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 165) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 177) boolean readOnlyFlag = Util.isReadOnly(resource); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 177) boolean readOnlyFlag = Util.isReadOnly(resource); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 181) Util.setReadOnly(resource, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 181) Util.setReadOnly(resource, true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 192) Util.setReadOnly(resource, readOnlyFlag); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java (at line 192) Util.setReadOnly(resource, readOnlyFlag); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 32) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 33) import org.eclipse.jdt.internal.core.ResolvedSourceField; Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 34) import org.eclipse.jdt.internal.core.ResolvedSourceType; Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 35) import org.eclipse.jdt.internal.core.SourceField; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 36) import org.eclipse.jdt.internal.core.SourceMethod; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 37) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 400) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 425) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 450) assertTrue(elements[0] instanceof ResolvedSourceField); Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 475) assertTrue(elements[0] instanceof ResolvedSourceField); Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 499) assertTrue(elements[0] instanceof ResolvedSourceField); Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 500) ResolvedSourceField sm = (ResolvedSourceField)elements[0]; Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 500) ResolvedSourceField sm = (ResolvedSourceField)elements[0]; Discouraged access: The type 'ResolvedSourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 501) IJavaElement parent = sm.getParent(); Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 502) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 502) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 503) assertTrue(st.isRecord()); Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 527) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 585) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 681) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 682) SourceMethod sm = (SourceMethod)elements[0]; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 682) SourceMethod sm = (SourceMethod)elements[0]; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 683) IJavaElement parent = sm.getParent(); Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 684) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 684) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 685) assertTrue(st.isRecord()); Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 713) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 744) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 775) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 807) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 834) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 861) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 890) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 924) assertTrue(elements[0] instanceof ResolvedSourceType); Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 925) boolean record = ((ResolvedSourceType)elements[0]).isRecord(); Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 925) boolean record = ((ResolvedSourceType)elements[0]).isRecord(); Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 953) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 976) assertTrue(!(elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 977) assertTrue((elements[0] instanceof SourceField)); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1005) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1031) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1061) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1091) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1120) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1163) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1185) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1228) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1769) assertTrue(elements[0] instanceof SourceField); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs15Tests.java (at line 1797) assertTrue(elements[0] instanceof SourceField); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java (at line 21) import org.eclipse.core.internal.preferences.EclipsePreferences; Discouraged access: The type 'EclipsePreferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java (at line 60) String debugString = ((EclipsePreferences) exported.node("/")).toDeepDebugString(); Discouraged access: The type 'EclipsePreferences' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java (at line 60) String debugString = ((EclipsePreferences) exported.node("/")).toDeepDebugString(); Discouraged access: The method 'EclipsePreferences.toDeepDebugString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 47) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 48) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 49) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 50) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 67) DefaultCodeFormatterOptions formatterPrefs; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 88) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 88) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 89) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 89) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 90) this.formatterOptions.put(CompilerOptions.OPTION_Source, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 90) this.formatterOptions.put(CompilerOptions.OPTION_Source, level); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 97) this.formatterPrefs.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 103) protected void setPageWidth80(DefaultCodeFormatterOptions preferences) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 104) preferences.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 118) this.formatterPrefs.comment_insert_new_line_for_parameter = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_insert_new_line_for_parameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 119) this.formatterPrefs.comment_align_tags_descriptions_grouped = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_align_tags_descriptions_grouped' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 120) this.formatterPrefs.comment_indent_root_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 121) this.formatterPrefs.comment_indent_parameter_description = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 129) this.formatterPrefs.comment_count_line_length_from_starting_position = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_count_line_length_from_starting_position' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 137) this.formatterPrefs.comment_format_line_comment_starting_on_first_column = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment_starting_on_first_column' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 154) return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, null)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 154) return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, null)); Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 183) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 183) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 191) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 191) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 205) return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 205) return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 214) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 214) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 282) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 286) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 286) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 286) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 340) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 365) preferences.number_of_empty_lines_to_preserve = 0; Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 367) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 367) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 367) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 376) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 376) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 376) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 377) preferences.number_of_empty_lines_to_preserve = 0; Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 378) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 378) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 378) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 532) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 532) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 532) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 533) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 533) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 533) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 537) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 537) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 537) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 538) codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 538) codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 559) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 559) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 559) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 561) preferences.keep_simple_if_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 562) preferences.keep_then_statement_on_same_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 563) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 563) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 563) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 564) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 564) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 564) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 578) preferences.wrap_outer_expressions_when_nested = false; Discouraged access: The field 'DefaultCodeFormatterOptions.wrap_outer_expressions_when_nested' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 580) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 580) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 580) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 593) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 593) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 593) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 594) preferences.keep_simple_if_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 595) preferences.keep_then_statement_on_same_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 596) preferences.keep_guardian_clause_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_guardian_clause_on_one_line' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 597) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 597) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 597) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 598) preferences.compact_else_if = true; Discouraged access: The field 'DefaultCodeFormatterOptions.compact_else_if' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 599) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 599) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 599) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 604) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 604) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 604) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 605) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 605) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 605) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 60) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 60) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 60) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 60) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 60) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 83) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 83) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 83) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 83) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 83) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 104) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 104) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 104) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 104) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 104) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 125) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 125) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 125) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 125) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 125) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 146) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 146) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 146) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 146) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 146) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 167) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 167) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 167) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 167) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 167) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 188) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 188) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 188) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 188) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 188) "var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 263) "a_method[METHOD_REF]{a_method(), Ltest0001.Test$Dummy;, ()V, a_method, null, " + (R_DEFAULT + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 278) "i_jk[LOCAL_VARIABLE_REF]{i_jk, null, I, i_jk, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 294) "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, Ljava.lang.String;, i_jkl, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 308) "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 322) "i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java (at line 338) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 47) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 48) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 49) import org.eclipse.jdt.internal.core.TypeParameter; Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 50) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 51) import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 60) private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/" Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 60) private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/" Discouraged access: The field 'IIndexConstants.SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4656) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4656) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4656) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4660) engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4680) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4680) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4680) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4684) engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4703) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4703) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4703) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4707) engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4724) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4724) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4724) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4724) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4739) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4739) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4739) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The constructor 'TypeParameter(JavaElement, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java (at line 4739) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 26) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 342) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 342) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 356) Util.setReadOnly(file, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 356) Util.setReadOnly(file, true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 368) Util.setReadOnly(file, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 368) Util.setReadOnly(file, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 371) Util.setReadOnly(file2, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 371) Util.setReadOnly(file2, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 532) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 532) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 546) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 546) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 548) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 548) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 550) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 550) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 556) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 556) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 557) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 557) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 558) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 558) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 559) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 559) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 563) Util.setReadOnly(xSrcFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 563) Util.setReadOnly(xSrcFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 566) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 566) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 569) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 569) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 573) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 573) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 577) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 577) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 581) Util.setReadOnly(xFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 581) Util.setReadOnly(xFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1130) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1130) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1144) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1144) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1146) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1146) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1148) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1148) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1154) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1154) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1155) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1155) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1156) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1156) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1157) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1157) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1161) Util.setReadOnly(xSrcFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1161) Util.setReadOnly(xSrcFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1164) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1164) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1167) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1167) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1171) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1171) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1175) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1175) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1179) Util.setReadOnly(xFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1179) Util.setReadOnly(xFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 32) import org.eclipse.jdt.internal.core.ClasspathAttribute; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 33) import org.eclipse.jdt.internal.core.builder.ClasspathJrt; Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 53) ClasspathJrt.resetCaches(); Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 53) ClasspathJrt.resetCaches(); Discouraged access: The method 'ClasspathJrt.resetCaches()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 408) new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 408) new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 412) new ClasspathAttribute("module", "true"), Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 412) new ClasspathAttribute("module", "true"), Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 413) new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro") Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 413) new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro") Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 488) new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 488) new IClasspathAttribute[] {new ClasspathAttribute("module", "true")}, Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 492) new ClasspathAttribute("module", "true"), Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java (at line 492) new ClasspathAttribute("module", "true"), Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 44) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 45) import org.eclipse.jdt.internal.core.CompilationUnit; Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 46) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 47) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 190) while (indexManager.awaitingJobsCount() > 0) { Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 890) org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 890) org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 891) assertSourceEquals("Unexpected contents", newContents, new String(compilerCU.getContents())); Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2450) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2450) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2450) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2450) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2498) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2498) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2498) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2498) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 5592) options.put(CompilerOptions.OPTION_Source, "1.4"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 5592) options.put(CompilerOptions.OPTION_Source, "1.4"); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 73) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1145) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1145) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1145) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1145) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1198) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1198) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1198) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1198) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1249) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1249) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1249) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1249) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1301) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1301) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1301) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1301) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1352) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1352) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1352) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1352) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1403) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1403) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1403) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1403) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1495) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1495) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1495) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1495) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1548) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1548) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1548) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1548) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1600) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1600) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1600) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1600) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1703) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1703) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1703) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1703) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1757) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1757) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1757) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1757) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1983) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1983) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1983) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 1983) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2123) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2123) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2123) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2123) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2188) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2188) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2188) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java (at line 2188) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 28) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 49) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 49) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 167) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 167) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 202) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 202) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 257) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 257) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 282) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 282) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 307) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 307) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 372) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java (at line 372) IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING); Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java (at line 35) import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java (at line 150) if (fragmentRoots[i] instanceof JarPackageFragmentRoot) continue; Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java (at line 168) if (!(root instanceof JarPackageFragmentRoot)) { Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 30) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 31) import org.eclipse.jdt.internal.core.LambdaMethod; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2465) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2465) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2466) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2482) expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2483) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2528) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2528) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2529) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2533) LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2533) LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2536) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2536) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2536) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The method 'LambdaExpression.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 72) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 109) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 152) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 189) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 190) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 249) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 288) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 334) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 415) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 456) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 493) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 530) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 576) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 659) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 698) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 698) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 698) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 698) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java (at line 698) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 34) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 139) ((SourceType)type).toStringWithAncestors() Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 139) ((SourceType)type).toStringWithAncestors() Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 148) ((SourceType)type).toStringWithAncestors() Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 148) ((SourceType)type).toStringWithAncestors() Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 23) import org.eclipse.jdt.internal.core.ResolvedSourceType; Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 867) ResolvedSourceType type = selectParameterizedType(unit, "Generic<Exception>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 914) ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic<Exception>.Member"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 934) ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember<Exception>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 954) ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic<Exception>.MemberGeneric<Exception>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 976) ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic<? extends Throwable, ? extends Exception, ? extends RuntimeException>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 1023) ResolvedSourceType type = selectParameterizedType(unit, "Generic<? extends Throwable, ? extends Exception, ? extends RuntimeException>.Member"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 1043) ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember<? super RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java (at line 1063) ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic<? super RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeException>"); //$NON-NLS-1$ Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 21) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 84) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 84) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 303) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 303) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 340) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 340) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 378) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 378) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 416) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 416) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 457) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java (at line 457) new String(Util.getResourceContentsAsCharArray(originalFile))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 26) import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 155) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 155) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 156) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 156) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 160) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 160) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 177) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 177) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 178) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 178) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 182) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 182) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 200) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 200) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 201) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 201) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "true"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 205) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 205) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 245) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 245) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 246) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 246) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 253) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 253) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 289) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 289) String oldValue = System.getProperty(AssistOptions.PROPERTY_SubstringMatch); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 290) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 290) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 295) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 295) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, oldValue); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 1639) "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 1639) "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 1639) "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 1639) "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests9.java (at line 1639) "Collection[TYPE_REF]{Collection, java.util, Ljava.util.Collection;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 41) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 42) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 43) import org.eclipse.jdt.internal.core.LambdaMethod; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 44) import org.eclipse.jdt.internal.core.SourceMethod; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 322) assertTrue("Should be a lambda expression", (parent instanceof LambdaExpression)); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 323) LambdaExpression lambda = (LambdaExpression) parent; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 323) LambdaExpression lambda = (LambdaExpression) parent; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 324) String sigs = lambda.getSuperInterfaceTypeSignatures()[0]; Discouraged access: The method 'LambdaExpression.getSuperInterfaceTypeSignatures()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 354) assertTrue("Should be a lambda expression", (parent instanceof LambdaExpression)); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 355) LambdaExpression lambda = (LambdaExpression) parent; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 355) LambdaExpression lambda = (LambdaExpression) parent; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 356) String sigs = lambda.getSuperInterfaceTypeSignatures()[0]; Discouraged access: The method 'LambdaExpression.getSuperInterfaceTypeSignatures()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 435) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 435) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_Store_Annotations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 435) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 435) libraryOptions.put(CompilerOptions.OPTION_Store_Annotations, CompilerOptions.ENABLED); Discouraged access: The field 'CompilerOptions.ENABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 584) assertTrue("Parent should be LambdaMethod", parent instanceof LambdaMethod); Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 593) assertTrue("Grand-parent should be LambdaExpression", parent instanceof LambdaExpression); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java (at line 599) assertTrue("Great-grand-parent should be SourceMethod", parent instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 20) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 105) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 105) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 105) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 105) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 105) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 191) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 191) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 191) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 191) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 191) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 242) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 242) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 242) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 242) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 242) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 289) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 289) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 289) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 289) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 289) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 490) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 490) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 490) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 490) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 490) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 577) int MODULE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED+ R_QUALIFIED; Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 649) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 649) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 649) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 649) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 649) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 720) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 720) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 720) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 720) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 720) int PACKAGE_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 807) int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 807) int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 807) int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 807) int CONSTRUCTOR_RELEVANCE = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 808) int DEFAULT_RELEVANCE = RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocModuleCompletionTests15.java (at line 809) RelevanceConstants.R_NON_STATIC + RelevanceConstants.R_NON_RESTRICTED + RelevanceConstants.R_CASE; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java (at line 25) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java (at line 26) import org.eclipse.jdt.internal.codeassist.impl.AssistOptions; Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java (at line 31) public abstract class AbstractJavaModelCompletionTests extends AbstractJavaModelTests implements RelevanceConstants { Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java (at line 174) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The type 'AssistOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java (at line 174) System.setProperty(AssistOptions.PROPERTY_SubstringMatch, "false"); Discouraged access: The field 'AssistOptions.PROPERTY_SubstringMatch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 50) import org.eclipse.jdt.internal.core.BinaryType; Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 51) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 52) import org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo; Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 53) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 764) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 764) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 764) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 764) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The method 'JavaModelManager.getPerProjectInfoCheckExistence(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 769) Object javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 769) Object javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The method 'LRUCache<IJavaElement,Object>.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 770) while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 770) while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { Discouraged access: The field 'BinaryType.EMPTY_JAVADOC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 773) javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 773) javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The method 'LRUCache<IJavaElement,Object>.get(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 793) projectInfo.javadocCache.flush(); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 793) projectInfo.javadocCache.flush(); Discouraged access: The method 'LRUCache<IJavaElement,Object>.flush()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1118) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1118) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1190) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1190) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 22) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 23) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 55) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 55) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 55) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 56) manager.previousSessionContainers = new HashMap<>(5); Discouraged access: The field 'JavaModelManager.previousSessionContainers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 57) manager.containers = new HashMap<>(5); Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 58) manager.removePerProjectInfo((JavaProject)project, true /* remove external jar files indexes and timestamps*/); Discouraged access: The method 'JavaModelManager.removePerProjectInfo(JavaProject, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java (at line 58) manager.removePerProjectInfo((JavaProject)project, true /* remove external jar files indexes and timestamps*/); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 23) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 151) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 151) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 175) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 175) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 254) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 254) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 287) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 287) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 406) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 406) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 452) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 452) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 828) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 828) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 843) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 843) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 860) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 860) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 877) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 877) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 894) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 894) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 911) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 911) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 928) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 928) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 945) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 945) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 959) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 959) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 973) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 973) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 990) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 990) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 1007) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 1007) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java (at line 1040) assertResults("BasicTestTypes[TYPE_REF]{BasicTestTypes, javadoc.types.tags, Ljavadoc.types.tags.BasicTestTypes;, null, null, "+this.positions+ (R_DEFAULT + 17) +"}"); Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 33) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 34) import org.eclipse.jdt.internal.core.ResolvedBinaryMethod; Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1594) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1594) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1630) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1630) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1665) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1665) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1708) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1708) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1962) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 1962) assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers()); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4458) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4458) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4459) assertTrue(bm.getParameterNames().length == 1); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4460) assertEquals(bm.getParameterNames()[0], "string"); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4461) assertEquals(bm.getParameterTypes()[0], "Ljava.lang.String;"); Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4523) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4523) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4524) assertTrue(bm.getParameterNames().length == 1); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4582) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4582) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4583) assertTrue(bm.getParameterNames().length == 1); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4646) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4646) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4647) String[] parameterNames = bm.getParameterNames(); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4651) String[] parameterTypes = bm.getParameterTypes(); Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4710) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4710) ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement(); Discouraged access: The type 'ResolvedBinaryMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4711) assertTrue(bm.getParameterNames().length == 0); Discouraged access: The method 'BinaryMethod.getParameterNames()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java (at line 4712) assertTrue(bm.getParameterTypes().length == 0); Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 50) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 51) import org.eclipse.jdt.internal.compiler.lookup.TypeConstants; Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 52) import org.eclipse.jdt.internal.core.ClasspathAttribute; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 53) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 54) import org.eclipse.jdt.internal.core.builder.ClasspathJrt; Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 55) import org.eclipse.jdt.internal.core.util.Messages; Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 242) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 242) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 395) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 395) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 710) options.put(CompilerOptions.OPTION_Compliance, "10"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 710) options.put(CompilerOptions.OPTION_Compliance, "10"); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 711) options.put(CompilerOptions.OPTION_Source, "10"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 711) options.put(CompilerOptions.OPTION_Source, "10"); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 712) options.put(CompilerOptions.OPTION_TargetPlatform, "10"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 712) options.put(CompilerOptions.OPTION_TargetPlatform, "10"); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 713) options.put(CompilerOptions.OPTION_Release, "enabled"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 713) options.put(CompilerOptions.OPTION_Release, "enabled"); Discouraged access: The field 'CompilerOptions.OPTION_Release' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 753) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 753) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 793) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 793) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 832) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 832) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 877) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 877) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 922) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 922) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 967) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 967) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1012) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1012) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1062) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1062) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1097) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1097) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1261) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1261) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1311) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1311) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1378) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1378) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1417) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1417) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1582) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1582) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1632) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 1632) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2201) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName()); Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2239) String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName()); Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2295) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2295) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2348) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2348) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2418) IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2418) IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2801) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2801) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2850) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2850) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2900) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2900) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2953) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 2953) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3005) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3005) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3050) options.put(CompilerOptions.OPTION_Compliance, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3050) options.put(CompilerOptions.OPTION_Compliance, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3051) options.put(CompilerOptions.OPTION_Source, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3051) options.put(CompilerOptions.OPTION_Source, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3052) options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3052) options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3087) options.put(CompilerOptions.OPTION_Compliance, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3087) options.put(CompilerOptions.OPTION_Compliance, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3088) options.put(CompilerOptions.OPTION_Source, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3088) options.put(CompilerOptions.OPTION_Source, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3089) options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3089) options.put(CompilerOptions.OPTION_TargetPlatform, "1.8"); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3121) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3121) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3187) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3187) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3244) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3244) IClasspathAttribute modAttr = new ClasspathAttribute("module", "true"); Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3373) newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3373) newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3392) assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3392) assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode)); Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3416) p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java (at line 3416) p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED); Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 31) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2054) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2054) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2054) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The constructor 'CompilerOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2056) parser.setCompilerOptions(options.getMap()); Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2106) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2106) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2106) CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true)); Discouraged access: The constructor 'CompilerOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java (at line 2108) parser.setCompilerOptions(options.getMap()); Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 20) import org.eclipse.jdt.internal.codeassist.CompletionEngine; Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 21) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 147) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 147) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 174) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 174) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 247) if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 247) if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 319) if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 319) if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 471) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 471) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 510) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 510) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 627) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 627) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1137) "str[JAVADOC_PARAM_REF]{str, null, null, str, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1155) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1173) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1191) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1277) "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1296) "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1315) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1334) "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1390) "xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1408) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+2)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1409) "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1410) "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1429) "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1430) "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1449) "xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1450) "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1470) "flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1509) "obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1517) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1517) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1529) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1530) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1536) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1536) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1549) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1550) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1555) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1555) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1569) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1574) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1574) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1588) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1594) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1594) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1613) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1613) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1631) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1631) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1648) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1648) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1665) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1665) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1680) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1680) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1697) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1697) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1714) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1714) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1730) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1730) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1757) "ab1[JAVADOC_PARAM_REF]{ab1, null, null, ab1, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1758) "ab2[JAVADOC_PARAM_REF]{ab2, null, null, ab2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1763) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1763) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1775) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1776) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1782) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1782) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1799) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1799) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1814) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1814) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1829) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1829) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1841) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, [105, 108], " + (R_DEFAULT + 14) +"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1842) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, [105, 108], " + (R_DEFAULT + 13) +"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1848) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1848) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1863) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1863) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1878) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1878) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1890) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1891) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1897) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1897) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1909) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1910) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1916) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1916) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1928) "xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java (at line 1929) "xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 36) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 37) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 1107) JavaElement element = (JavaElement)binding.getJavaElement(); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 1107) JavaElement element = (JavaElement)binding.getJavaElement(); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 1108) assertNotNull("Null Element info", element.getElementInfo()); Discouraged access: The method 'JavaElement.getElementInfo()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 1116) createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java (at line 1116) createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_FINAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 102) assertResults("final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE) + "}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 131) assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 131) assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 131) assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 131) assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 131) assertResults("FinalCl[TYPE_REF]{abc.FinalCl, abc, Labc.FinalCl;, null, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED+R_EXPECTED_TYPE)+"}\n" Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_FINAL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests16_2.java (at line 132) + "final[KEYWORD]{final, null, null, final, null, "+(R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_FINAL+R_EXPECTED_TYPE)+"}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 78) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_INHERITED + R_NON_RESTRICTED Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_8.java (at line 79) + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java (at line 27) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java (at line 89) buffer.append(((JavaElement)element).toDebugString()); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java (at line 89) buffer.append(((JavaElement)element).toDebugString()); Discouraged access: The method 'JavaElement.toDebugString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 25) import org.eclipse.jdt.internal.core.ExternalJavaProject; Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 26) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 214) new String(Util.getResourceContentsAsCharArray(file))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 214) new String(Util.getResourceContentsAsCharArray(file))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 1019) assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString()); Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 1019) assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString()); Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 1132) assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists()); Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java (at line 1132) assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists()); Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 16) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 18) public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 18) public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { Discouraged access: The type 'JavaProject.ClasspathResolutionBreakpointListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 24) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 25) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 500) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 500) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 500) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 512) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 512) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 512) ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 524) ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 524) ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java (at line 524) ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 28) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 29) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 30) import org.eclipse.jdt.internal.core.JavaModelStatus; Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 31) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 32) import org.eclipse.jdt.internal.core.UserLibrary; Discouraged access: The type 'UserLibrary' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 33) import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 101) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 101) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 101) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 102) manager.containers = new HashMap(5); Discouraged access: The field 'JavaModelManager.containers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 103) manager.variables = new HashMap(5); Discouraged access: The field 'JavaModelManager.variables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 811) JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 811) JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 811) JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; Discouraged access: The field 'JavaModelManager.batchContainerInitializations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 811) JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 811) JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION; Discouraged access: The field 'JavaModelManager.NEED_BATCH_INITIALIZATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 993) final JavaProject project2 = (JavaProject) createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 993) final JavaProject project2 = (JavaProject) createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1005) JavaProject.addCPResolutionBPListener(listener); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1005) JavaProject.addCPResolutionBPListener(listener); Discouraged access: The method 'JavaProject.addCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1010) project2.getResolvedClasspath(); Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1020) IClasspathEntry[] classpath = project2.getResolvedClasspath(); Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1027) JavaProject.removeCPResolutionBPListener(listener); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1027) JavaProject.removeCPResolutionBPListener(listener); Discouraged access: The method 'JavaProject.removeCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1084) JavaModelManager.getJavaModelManager().shutdown(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1084) JavaModelManager.getJavaModelManager().shutdown(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1084) JavaModelManager.getJavaModelManager().shutdown(); Discouraged access: The method 'JavaModelManager.shutdown()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1366) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1366) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1366) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1367) IEclipsePreferences preferences = manager.getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1368) preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1368) preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue); Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1460) assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status); Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1460) assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status); Discouraged access: The field 'JavaModelStatus.VERIFIED_OK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1554) assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1554) assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1554) assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1572) assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1572) assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1572) assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1580) assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1580) assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1580) assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED")); Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1592) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1592) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1592) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1602) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1602) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1652) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1652) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1652) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1658) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1658) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1666) propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1666) propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1677) UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); Discouraged access: The type 'UserLibrary' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1677) UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1677) UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1677) UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName); Discouraged access: The method 'UserLibraryManager.getUserLibrary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1679) IPath entryPath = userLibrary.getEntries()[0].getPath(); Discouraged access: The method 'UserLibrary.getEntries()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1682) userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1682) userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1682) userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID"); Discouraged access: The method 'UserLibraryManager.getUserLibrary(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1685) catch (ClasspathEntry.AssertionFailedException e) { Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1685) catch (ClasspathEntry.AssertionFailedException e) { Discouraged access: The type 'ClasspathEntry.AssertionFailedException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1722) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1722) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1722) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1723) javaModelManager.containerRemove(null); Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1724) javaModelManager.forceBatchInitializations(false); Discouraged access: The method 'JavaModelManager.forceBatchInitializations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1725) javaModelManager.getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1770) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1770) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1770) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1811) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1811) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1811) JavaModelManager javaModelManager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1812) javaModelManager.containerRemove(null); Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1813) javaModelManager.forceBatchInitializations(false); Discouraged access: The method 'JavaModelManager.forceBatchInitializations(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1814) javaModelManager.getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1850) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1850) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1850) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1854) helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1854) helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1854) helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1867) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1867) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1867) if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(), Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1871) mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1871) mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1871) mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get())); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1884) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1884) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java (at line 1884) JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null); Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 412) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 438) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_NON_STATIC + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 465) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 492) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests14.java (at line 517) (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 16) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 71) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 71) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 71) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 71) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract); Discouraged access: The field 'ClassFileConstants.AccAbstract' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 105) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 105) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 105) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 105) method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic); Discouraged access: The field 'ClassFileConstants.AccStatic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 120) method.setFlags(ClassFileConstants.AccPrivate); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java (at line 120) method.setFlags(ClassFileConstants.AccPrivate); Discouraged access: The field 'ClassFileConstants.AccPrivate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 43) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 44) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 45) import org.eclipse.jdt.internal.core.search.indexing.IndexRequest; Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 203) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 203) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 203) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 206) indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { Discouraged access: The method 'JobManager.request(IJob)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 206) indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 206) indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { Discouraged access: The constructor 'IndexRequest(IPath, IndexManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 210) while (!this.isCancelled) Discouraged access: The field 'IndexRequest.isCancelled' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java (at line 249) indexManager.discardJobs("blocker"); Discouraged access: The method 'JobManager.discardJobs(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 19) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 20) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 57) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 57) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 58) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java (at line 58) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 39) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 40) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 41) import org.eclipse.jdt.internal.core.LambdaMethod; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 42) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 43) import org.eclipse.jdt.internal.core.NameLookup; Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 44) import org.eclipse.jdt.internal.core.NameLookup.Answer; Discouraged access: The type 'NameLookup.Answer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 45) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 363) assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 363) assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); Discouraged access: The method 'LocalVariable.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 434) assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 434) assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString()); Discouraged access: The method 'LocalVariable.getAnnotations()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 801) assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 801) assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 804) assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 804) assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 807) assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 807) assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 810) assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 810) assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 813) assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 813) assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 816) assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 816) assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 819) assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 819) assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 821) String handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 821) String handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 827) assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 827) assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 830) assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 830) assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 832) handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 832) handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 838) assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 838) assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 841) assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 841) assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName()); Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 843) handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 843) handleId = ((SourceType)element).getHandleMemento(); Discouraged access: The method 'JavaElement.getHandleMemento()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 870) JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 870) JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 884) IType itype = project.findType("p.test13"); Discouraged access: The method 'JavaProject.findType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 886) itype = project.findType("p.test13outer"); Discouraged access: The method 'JavaProject.findType(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 891) NameLookup nameLookup = project.newNameLookup(workingCopy); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 891) NameLookup nameLookup = project.newNameLookup(workingCopy); Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 892) itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 892) itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 892) itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 894) Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); Discouraged access: The type 'NameLookup.Answer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 894) Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 894) Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 894) Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null); Discouraged access: The field 'NameLookup.ACCEPT_INTERFACES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 897) itype = project.findType("p.test13outer", (IProgressMonitor) null); Discouraged access: The method 'JavaProject.findType(String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 900) itype = project.findType("p", "test13"); Discouraged access: The method 'JavaProject.findType(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 903) itype = project.findType("p", "test13outer"); Discouraged access: The method 'JavaProject.findType(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 906) itype = project.findType("p.test13", workingCopy[0].getOwner()); Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 909) itype = project.findType("p.test13outer", workingCopy[0].getOwner()); Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 912) itype = project.findType("p", "test13outer", (IProgressMonitor) null); Discouraged access: The method 'JavaProject.findType(String, String, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 915) itype = project.findType("p", "test13", workingCopy[0].getOwner()); Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 918) itype = project.findType("p", "test13outer", workingCopy[0].getOwner()); Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 921) itype = project.findType("p.test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null); Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 924) itype = project.findType("p", "test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null); Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 927) itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 927) itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 927) itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 930) answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 930) answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 930) answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 931) assertEquals("test13outer", answer.type.getElementName()); Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 933) IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false); Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 933) IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 934) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 934) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 934) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 937) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 937) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 937) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 940) answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 940) answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 940) answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 941) assertEquals("test13outer", answer.type.getElementName()); Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 943) answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 943) answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 943) answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 944) assertEquals("test13", answer.type.getElementName()); Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 946) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 946) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 946) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 949) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 949) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 949) itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 952) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 952) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 952) itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 955) answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 955) answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 955) answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 956) assertEquals("test13", answer.type.getElementName()); Discouraged access: The field 'NameLookup.Answer.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 958) answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java (at line 958) answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 49) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 50) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 136) JavaModelManager.getIndexManager().waitForIndex(false, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 136) JavaModelManager.getIndexManager().waitForIndex(false, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 136) JavaModelManager.getIndexManager().waitForIndex(false, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 193) ((JavaElement)element).toStringInfo(tab, buffer); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java (at line 193) ((JavaElement)element).toStringInfo(tab, buffer); Discouraged access: The method 'JavaElement.toStringInfo(int, StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 43) import org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets; Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 67) LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 67) LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 67) LineCommentEndOffsets offsets= new LineCommentEndOffsets(null); Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 68) boolean res= offsets.isEndOfLineComment(0); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 70) res= offsets.remove(0); Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 88) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 88) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 88) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 95) assertFalse(offsets.isEndOfLineComment(0)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 96) assertTrue(offsets.isEndOfLineComment(p1)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 97) assertTrue(offsets.isEndOfLineComment(p2)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 98) assertTrue(offsets.isEndOfLineComment(p3)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 99) assertTrue(offsets.isEndOfLineComment(p4)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 101) boolean res= offsets.remove(p2); Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 104) res= offsets.remove(p2); Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 107) assertFalse(offsets.isEndOfLineComment(0)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 108) assertTrue(offsets.isEndOfLineComment(p1)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 109) assertFalse(offsets.isEndOfLineComment(p2)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 110) assertTrue(offsets.isEndOfLineComment(p3)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 111) assertTrue(offsets.isEndOfLineComment(p4)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 113) res= offsets.remove(p4); Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 116) assertFalse(offsets.isEndOfLineComment(0)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 117) assertTrue(offsets.isEndOfLineComment(p1)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 118) assertFalse(offsets.isEndOfLineComment(p2)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 119) assertTrue(offsets.isEndOfLineComment(p3)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 120) assertFalse(offsets.isEndOfLineComment(p4)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 122) res= offsets.remove(p1); Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 125) assertFalse(offsets.isEndOfLineComment(0)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 126) assertFalse(offsets.isEndOfLineComment(p1)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 127) assertFalse(offsets.isEndOfLineComment(p2)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 128) assertTrue(offsets.isEndOfLineComment(p3)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 129) assertFalse(offsets.isEndOfLineComment(p4)); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 157) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 157) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 157) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 172) boolean actual= offsets.isEndOfLineComment(i, charContent); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 175) actual= offsets.isEndOfLineComment(i); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 208) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 208) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 208) LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList()); Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java (at line 223) boolean actual= offsets.isEndOfLineComment(i, charContent); Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 25) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 845) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 845) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 845) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 845) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 40) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 41) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 42) import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 121) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 121) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 121) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 121) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 168) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 168) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 168) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 168) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 203) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 203) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 203) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 203) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 213) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 213) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 213) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 213) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 314) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 314) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 314) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 314) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 326) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 326) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 326) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 326) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 412) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 412) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 412) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 412) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 478) String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 478) String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 478) String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 478) String indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 489) indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 489) indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 489) indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 489) indexFileName = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile().getName(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 541) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 541) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 541) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 541) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(new Path(jarFilePath), false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 688) File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 688) File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 688) File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 688) File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 704) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 704) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 704) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 709) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 709) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 725) entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 750) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 750) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 750) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 750) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 764) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 764) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 764) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 764) indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 804) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 804) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 804) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 804) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 804) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 814) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 814) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 814) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 814) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 814) assertEquals(url,JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl().toString()); Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 852) URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 852) URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 852) URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 852) URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 852) URL url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 863) url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 863) url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 863) url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 863) url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'Index.getIndexLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 863) url = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexLocation().getUrl(); Discouraged access: The method 'IndexLocation.getUrl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 881) ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 881) ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 914) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 914) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 914) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 914) java.io.File indexFile = JavaModelManager.getIndexManager().getIndex(libPath, false, false).getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 924) ClasspathEntry.setSharedIndexLocation(null, getClass()); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java (at line 924) ClasspathEntry.setSharedIndexLocation(null, getClass()); Discouraged access: The method 'ClasspathEntry.setSharedIndexLocation(String, Class<?>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 54) import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 316) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 316) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 317) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 317) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 318) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 318) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 319) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 319) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 539) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 539) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 540) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 540) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 541) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 541) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 542) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_15.java (at line 542) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassFileTests.java (at line 27) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassFileTests.java (at line 1627) ((ClasspathEntry) entry).sourceAttachmentPath = null; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassFileTests.java (at line 1627) ((ClasspathEntry) entry).sourceAttachmentPath = null; Discouraged access: The field 'ClasspathEntry.sourceAttachmentPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 26) import org.eclipse.jdt.internal.codeassist.CompletionEngine; Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 27) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 138) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 151) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 164) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 177) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 178) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 204) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 230) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 256) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 288) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 289) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 302) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 303) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 316) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 317) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 318) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests10.java (at line 26) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests10.java (at line 119) String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests10.java (at line 119) String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); Discouraged access: The method 'LocalVariable.getTypeSignature()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 72) import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 332) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 332) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 333) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 333) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 334) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 334) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 335) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 335) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 555) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 555) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 556) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 556) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 557) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 557) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 558) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java (at line 558) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 29) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1496) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1496) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1557) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1557) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 23) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 28) public class CompletionWithMissingTypesTests2 extends ModifyingResourceTests implements RelevanceConstants { Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 169) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java (at line 263) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 50) import org.eclipse.jdt.internal.codeassist.InternalCompletionContext; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 51) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 52) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 53) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 54) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 55) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 278) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 341) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 403) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 466) "element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 524) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 525) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 526) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 527) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 528) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 529) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 530) "AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 531) " AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 532) "AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 533) " AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}", Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 591) "AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 592) " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 592) " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java (at line 592) " AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 23) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 24) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 44) * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 44) * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} Discouraged access: The method 'JavaElement.exists()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 39) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 40) import org.eclipse.jdt.internal.core.LambdaMethod; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 41) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 42) import org.eclipse.jdt.internal.core.search.matching.AndPattern; Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 43) import org.eclipse.jdt.internal.core.search.matching.MethodPattern; Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 1606) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 1606) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 1606) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 1607) indexManager.indexAll(project.getProject()); Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2476) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2476) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2476) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2523) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2523) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2523) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2590) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2590) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2590) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2662) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2662) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2662) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2803) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2803) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 2803) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3013) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3013) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3013) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3095) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3095) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3095) JavaModelManager.getIndexManager().waitForIndex(true, null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3611) SearchPattern pattern = new AndPattern(leftPattern, rightPattern); Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3611) SearchPattern pattern = new AndPattern(leftPattern, rightPattern); Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3690) SearchPattern pattern = new AndPattern(leftPattern, rightPattern); Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 3690) SearchPattern pattern = new AndPattern(leftPattern, rightPattern); Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4274) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4274) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4370) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4370) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4474) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4474) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4496) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4496) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4623) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4623) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4623) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4624) indexManager.indexAll(project.getProject()); Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4627) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4627) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4660) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4660) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4660) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4661) indexManager.indexAll(project.getProject()); Discouraged access: The method 'IndexManager.indexAll(IProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4664) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4664) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE ); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4769) LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement(); Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java (at line 4769) LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement(); Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 30) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 31) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 32) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 33) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 34) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 35) import org.eclipse.jdt.internal.core.search.processing.IJob; Discouraged access: The type 'IJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 150) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 150) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 178) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 178) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 205) static class WaitingJob implements IJob { Discouraged access: The type 'IJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 232) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 232) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 232) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 233) indexManager.disable(); Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 237) indexManager.request(this); Discouraged access: The method 'JobManager.request(IJob)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 238) indexManager.enable(); Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 244) JavaModelManager.getIndexManager().enable(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 244) JavaModelManager.getIndexManager().enable(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 244) JavaModelManager.getIndexManager().enable(); Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 309) String givenRule = BasicSearchEngine.getMatchRuleString(rule); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 309) String givenRule = BasicSearchEngine.getMatchRuleString(rule); Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 310) String validatedRule = BasicSearchEngine.getMatchRuleString(validated); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 310) String validatedRule = BasicSearchEngine.getMatchRuleString(validated); Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 311) String expectedRule = BasicSearchEngine.getMatchRuleString(expected); Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 311) String expectedRule = BasicSearchEngine.getMatchRuleString(expected); Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 361) JavaModelManager.getIndexManager().enable(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 361) JavaModelManager.getIndexManager().enable(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 361) JavaModelManager.getIndexManager().enable(); Discouraged access: The method 'JobManager.enable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 399) JavaModelManager.getIndexManager().disable(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 399) JavaModelManager.getIndexManager().disable(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 399) JavaModelManager.getIndexManager().disable(); Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1027) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1027) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1027) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1041) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1041) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1041) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1055) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1055) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java (at line 1055) ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 26) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 238) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 238) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 238) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 238) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 2350) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 2350) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 2350) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java (at line 2350) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 96) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 97) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 98) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 123) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 124) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 125) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 149) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 150) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED +R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 174) "addXListener[METHOD_REF]{addXListener(), Ltest.Test;, ()V, addXListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 175) "addYListener[METHOD_REF]{addYListener(), Ltest.Test;, ()V, addYListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 176) "addListener[METHOD_REF]{addListener(), Ltest.Test;, ()V, addListener, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_EXACT_NAME) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 200) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 201) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 201) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 201) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 201) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 201) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 202) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 202) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 202) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 202) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 202) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 227) "fOtherItems[FIELD_REF]{fOtherItems, Ltest.Test;, I, fOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBWORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 228) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 228) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 228) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 228) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 228) "fItems[FIELD_REF]{fItems, Ltest.Test;, I, fItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 229) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 229) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 229) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 229) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 229) "fItemsCount[FIELD_REF]{fItemsCount, Ltest.Test;, J, fItemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 253) "sOtherItems[FIELD_REF]{sOtherItems, Ltest.Test;, I, sOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/SubwordCompletionTests.java (at line 253) "sOtherItems[FIELD_REF]{sOtherItems, Ltest.Test;, I, sOtherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBWORD) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 1016) if (root instanceof JrtPackageFragmentRoot) Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2848) DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; Discouraged access: The type 'DeltaProcessingState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2848) DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2848) DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2848) DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState; Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2849) deltaState.oldRoots = null; Discouraged access: The field 'DeltaProcessingState.oldRoots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2850) deltaState.roots = null; Discouraged access: The field 'DeltaProcessingState.roots' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 2851) deltaState.rootsAreStale = true; Discouraged access: The field 'DeltaProcessingState.rootsAreStale' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3053) JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3053) JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3056) p1.getProject().close(null); Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3057) p1.getProject().open(null); Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3066) p1.setRawClasspath(classpath, null); Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3200) JavaElementDelta delta = new JavaElementDelta(getJavaModel()); Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3200) JavaElementDelta delta = new JavaElementDelta(getJavaModel()); Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3200) JavaElementDelta delta = new JavaElementDelta(getJavaModel()); Discouraged access: The constructor 'JavaElementDelta(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3201) delta.added(getJavaProject("P1")); Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3202) delta.added(getJavaProject("P2")); Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3203) delta.added(getJavaProject("P3")); Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3204) delta.added(getJavaProject("P4")); Discouraged access: The method 'JavaElementDelta.added(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3205) delta.movedFrom(getJavaProject("P3"), getJavaProject("P5")); Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java (at line 3206) delta.movedFrom(getJavaProject("P4"), getJavaProject("P6")); Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 26) import org.eclipse.core.internal.runtime.RuntimeLog; Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 67) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 68) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 69) import org.eclipse.jdt.internal.core.PackageFragmentRoot; Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 70) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 1810) String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 1810) String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors(); Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2401) assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2401) assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); Discouraged access: The field 'ClassFileConstants.JDK1_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2401) assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2401) assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource())); Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2437) JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2437) JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2437) JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false); Discouraged access: The method 'UserLibraryManager.setUserLibrary(String, IClasspathEntry[], boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2440) IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2440) IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2440) IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2441) String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2441) String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2731) RuntimeLog.addLogListener(new ILogListener() { Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2731) RuntimeLog.addLogListener(new ILogListener() { Discouraged access: The method 'RuntimeLog.addLogListener(ILogListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2950) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2950) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2950) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2950) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2954) assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2954) assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2954) assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2954) assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2958) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2958) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2958) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The field 'JavaModelManager.deltaState' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java (at line 2958) assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path)); Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 41) import org.eclipse.jdt.internal.core.Buffer; Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 42) import org.eclipse.jdt.internal.core.CompilationUnit; Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 43) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 621) ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 621) ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1546) CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1546) CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1548) assertSourceEquals("Unexpected contents for non present cu", "", new String(compilationUnit.getContents())); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1561) CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1561) CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1564) remoteCU.getContents(); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2060) String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2060) String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); Discouraged access: The method 'Util.getNameWithoutJavaLikeExtension(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2561) class DisabledTestBuffer extends Buffer implements IBuffer.ITextEditCapability { Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2563) super(file, owner, readOnly); Discouraged access: The constructor 'Buffer(IFile, IOpenable, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/BufferTests.java (at line 443) char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/BufferTests.java (at line 443) char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 25) import org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener; Discouraged access: The type 'ASTRewriteFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 26) import org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore; Discouraged access: The type 'RewriteEventStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 1066) String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); Discouraged access: The type 'ASTRewriteFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 1066) String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); Discouraged access: The method 'ASTRewriteFlattener.asString(ASTNode, RewriteEventStore)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 1066) String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); Discouraged access: The type 'RewriteEventStore' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java (at line 1066) String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore()); Discouraged access: The constructor 'RewriteEventStore()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java (at line 29) import org.eclipse.jdt.internal.core.JavaModelStatus; Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java (at line 283) throw new CoreException(new JavaModelStatus(-1, "test")); Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java (at line 283) throw new CoreException(new JavaModelStatus(-1, "test")); Discouraged access: The constructor 'JavaModelStatus(int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 43) import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants; Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 44) import org.eclipse.jdt.internal.compiler.parser.ScannerHelper; Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 111) private static String SNIPPET_TAG = '@' + new String(JavadocTagConstants.TAG_SNIPPET); Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 111) private static String SNIPPET_TAG = '@' + new String(JavadocTagConstants.TAG_SNIPPET); Discouraged access: The field 'JavadocTagConstants.TAG_SNIPPET' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 254) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 254) if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 255) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 255) || ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 256) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 256) || ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 257) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 257) || ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 477) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 477) if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 478) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 478) || ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 479) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 479) || ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0) Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 480) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest_18.java (at line 480) || ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) { Discouraged access: The method 'ScannerHelper.getHexadecimalValue(char)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 36) import org.eclipse.core.internal.resources.CharsetDeltaJob; Discouraged access: The type 'CharsetDeltaJob' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.platform.resources/bundles/org.eclipse.core.resources/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 115) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 116) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 117) import org.eclipse.jdt.internal.core.ClasspathAttribute; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 118) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 119) import org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer; Discouraged access: The type 'JavaCorePreferenceInitializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 120) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 121) import org.eclipse.jdt.internal.core.JavaElementDelta; Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 122) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 123) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 124) import org.eclipse.jdt.internal.core.JrtPackageFragmentRoot; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 125) import org.eclipse.jdt.internal.core.NameLookup; Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 126) import org.eclipse.jdt.internal.core.ResolvedSourceMethod; Discouraged access: The type 'ResolvedSourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 127) import org.eclipse.jdt.internal.core.ResolvedSourceType; Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 128) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 129) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 180) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : javaVersion); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 180) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : javaVersion); Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 181) if (jdkLevel >= ClassFileConstants.JDK18) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 181) if (jdkLevel >= ClassFileConstants.JDK18) { Discouraged access: The field 'ClassFileConstants.JDK18' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 184) if (jdkLevel >= ClassFileConstants.JDK17) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 184) if (jdkLevel >= ClassFileConstants.JDK17) { Discouraged access: The field 'ClassFileConstants.JDK17' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 187) if (jdkLevel >= ClassFileConstants.JDK16) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 187) if (jdkLevel >= ClassFileConstants.JDK16) { Discouraged access: The field 'ClassFileConstants.JDK16' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 190) if (jdkLevel >= ClassFileConstants.JDK15) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 190) if (jdkLevel >= ClassFileConstants.JDK15) { Discouraged access: The field 'ClassFileConstants.JDK15' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 193) if (jdkLevel >= ClassFileConstants.JDK14) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 193) if (jdkLevel >= ClassFileConstants.JDK14) { Discouraged access: The field 'ClassFileConstants.JDK14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 196) if (jdkLevel >= ClassFileConstants.JDK12) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 196) if (jdkLevel >= ClassFileConstants.JDK12) { Discouraged access: The field 'ClassFileConstants.JDK12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 199) if (jdkLevel >= ClassFileConstants.JDK11) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 199) if (jdkLevel >= ClassFileConstants.JDK11) { Discouraged access: The field 'ClassFileConstants.JDK11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 202) if (jdkLevel >= ClassFileConstants.JDK10) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 202) if (jdkLevel >= ClassFileConstants.JDK10) { Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 205) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 205) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 384) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 384) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 384) JavaModelManager.getIndexManager().waitForIndex(isIndexDisabledForTest(), null); Discouraged access: The method 'IndexManager.waitForIndex(boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 414) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 414) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 414) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 414) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 422) boolean isAFromJRT = deltaA.getElement() instanceof JrtPackageFragmentRoot; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 423) boolean isBFromJRT = deltaB.getElement() instanceof JrtPackageFragmentRoot; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 443) org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 443) org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer); Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 484) if (((JavaElementDelta) delta).ignoreFromTests) { Discouraged access: The type 'JavaElementDelta' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 484) if (((JavaElementDelta) delta).ignoreFromTests) { Discouraged access: The field 'JavaElementDelta.ignoreFromTests' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 759) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path) Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 759) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path) Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 821) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 821) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 963) String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 963) String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/); Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 973) fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist"); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 973) fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist"); Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 986) JavaElement element = (JavaElement)elements[i]; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 986) JavaElement element = (JavaElement)elements[i]; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 990) buffer.append(element.toStringWithAncestors(showResolvedInfo)); Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1035) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1035) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1035) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1035) org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() { Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1042) org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1042) org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer); Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1493) Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 1493) Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2134) IClasspathAttribute[] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2134) IClasspathAttribute[] extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2135) if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2135) if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2135) if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2135) if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9 Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2145) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES, Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2145) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES, Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2151) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2151) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2164) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2164) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2202) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2202) ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], IPath[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2218) JavaProject javaProject = (JavaProject) JavaCore.create(project); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2218) JavaProject javaProject = (JavaProject) JavaCore.create(project); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2220) javaProject.writeFileEntries(entries, projectPath.append(outputPath)); Discouraged access: The method 'JavaProject.writeFileEntries(IClasspathEntry[], IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2222) javaProject.setRawClasspath(entries, projectPath.append(outputPath), monitor); Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2227) options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2227) options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2227) options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2227) options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2228) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2228) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2228) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2228) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2229) options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2229) options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2229) options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2229) options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2230) javaProject.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java (at line 2233) options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 37) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 38) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 39) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 375) JavaProject projectA = (JavaProject) Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 375) JavaProject projectA = (JavaProject) Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 384) IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences(); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 391) projectA.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 394) assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 395) assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 396) assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 398) assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 404) projectA.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 405) assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 406) assertEquals("projA:unexpected custom value for compliance option", null, projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 407) assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 409) assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 467) JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 467) JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 470) IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences(); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 476) projectA.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 479) assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 480) assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 481) assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences()); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 486) projectA = (JavaProject) this.createJavaProject("A", new String[] {}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 487) assertEquals("projA:unexpected custom value for deprecation option", JavaCore.getOption(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE), projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 488) assertEquals("projA:unexpected custom value for compliance option", JavaCore.getOption(JavaCore.COMPILER_COMPLIANCE), projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 489) assertTrue("projA:preferences should not be reset", eclipsePreferences != projectA.getEclipsePreferences()); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 502) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 502) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 502) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 503) IEclipsePreferences preferences = manager.getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 507) preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 507) preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 517) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 517) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 517) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 518) IEclipsePreferences preferences = manager.getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 522) preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 522) preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null")); Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 530) IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 530) IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 530) IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 534) preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 534) preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString()); Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 538) preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST"); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 538) preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST"); Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 556) JavaProject projectA = (JavaProject) this.createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 556) JavaProject projectA = (JavaProject) this.createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 565) Hashtable options = new Hashtable(projectA.getOptions(true)); Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 566) projectA.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 572) projectA.setOptions(options); Discouraged access: The method 'JavaProject.setOptions(Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 575) assertEquals("projA: We should not have any custom options!", 0, projectA.getEclipsePreferences().keys().length); Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 587) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 587) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 587) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 588) IEclipsePreferences preferences = manager.getInstancePreferences(); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 593) assertFalse("JavaCore preferences should have been reset", preferences == manager.getInstancePreferences()); Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 603) Map options = new CompilerOptions().getMap(); Discouraged access: The constructor 'CompilerOptions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 603) Map options = new CompilerOptions().getMap(); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 603) Map options = new CompilerOptions().getMap(); Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 606) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal)); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 607) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember)); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 608) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding)); Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 609) assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding)); Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 613) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 613) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 613) JavaModelManager manager = JavaModelManager.getJavaModelManager(); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 614) IEclipsePreferences preferences = manager.getDefaultPreferences(); Discouraged access: The method 'JavaModelManager.getDefaultPreferences()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 629) JavaProject project = (JavaProject) createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 629) JavaProject project = (JavaProject) createJavaProject( Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 635) project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_4); Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 636) project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_3); Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 637) String option = project.getOption(JavaCore.COMPILER_SOURCE, true); Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 678) JavaProject project = (JavaProject) createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 678) JavaProject project = (JavaProject) createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 679) project.setOption(JavaCore.COMPILER_SOURCE, compilerSource); Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 680) String option = project.getOption(JavaCore.COMPILER_SOURCE, true); Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 684) project.setOption(JavaCore.COMPILER_SOURCE, null); Discouraged access: The method 'JavaProject.setOption(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 685) option = project.getOption(JavaCore.COMPILER_SOURCE, true); Discouraged access: The method 'JavaProject.getOption(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java (at line 702) JavaProject project = (JavaProject) createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 60) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 61) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 62) import org.eclipse.jdt.internal.core.dom.SourceRangeVerifier; Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 102) SourceRangeVerifier.DEBUG = true; Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 102) SourceRangeVerifier.DEBUG = true; Discouraged access: The field 'SourceRangeVerifier.DEBUG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 103) SourceRangeVerifier.DEBUG_THROW = true; Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 103) SourceRangeVerifier.DEBUG_THROW = true; Discouraged access: The field 'SourceRangeVerifier.DEBUG_THROW' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 495) long jdkLevel = CompilerOptions.versionToJdkLevel(option); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 495) long jdkLevel = CompilerOptions.versionToJdkLevel(option); Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 497) if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 497) if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 497) if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 497) if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_18)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_18' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 499) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 499) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 499) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 499) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_17)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_17' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 501) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 501) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 501) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 501) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_16)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_16' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 503) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 503) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 503) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 503) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_15)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_15' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 505) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 505) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 505) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 505) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_14)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_14' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 507) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 507) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 507) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 507) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_13)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_13' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 509) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 509) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 509) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 509) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_12' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 511) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 511) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 511) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 511) } else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) { Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 513) } else if (jdkLevel >= ClassFileConstants.JDK10) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 513) } else if (jdkLevel >= ClassFileConstants.JDK10) { Discouraged access: The field 'ClassFileConstants.JDK10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 515) } else if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 515) } else if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 517) } else if (jdkLevel >= ClassFileConstants.JDK1_8) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 517) } else if (jdkLevel >= ClassFileConstants.JDK1_8) { Discouraged access: The field 'ClassFileConstants.JDK1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 519) } else if (jdkLevel >= ClassFileConstants.JDK1_7) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java (at line 519) } else if (jdkLevel >= ClassFileConstants.JDK1_7) { Discouraged access: The field 'ClassFileConstants.JDK1_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 76) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 77) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 78) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 79) import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer; Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 80) import org.eclipse.jdt.internal.core.builder.State; Discouraged access: The type 'State' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 324) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 324) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The constructor 'UserLibraryClasspathContainer(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 324) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 329) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 329) String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary"; Discouraged access: The field 'JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 341) entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath()); Discouraged access: The method 'UserLibraryClasspathContainer.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 873) JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 873) JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 884) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 884) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 884) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 893) p1.close(); Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The method 'JavaModelManager.getPerProjectInfo(IProject, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 894) JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/); Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 895) perProjectInfo.setRawClasspath(null, null, null); Discouraged access: The method 'JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[], IPath, IJavaModelStatus)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 898) p1.getExpandedClasspath(); Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 924) this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 924) this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent); Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 948) final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 948) final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 953) p1.getRawClasspath(); // force to read classpath Discouraged access: The method 'JavaProject.getRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 963) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 963) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 963) IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME); Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 966) p1.close(); Discouraged access: The method 'JavaProject.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 967) assertEquals("output location should not have been refreshed", "/P1", p1.getOutputLocation().toString()); Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 969) p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 969) p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); Discouraged access: The method 'JavaProject.readRawClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 969) p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null); Discouraged access: The method 'JavaProject.readOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 970) assertEquals("output location should have been refreshed", "/P1/bin", p1.getOutputLocation().toString()); Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 1997) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 1997) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 1997) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 1997) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false); Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2379) IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2379) IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2401) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2401) IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2424) IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2424) IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2472) IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2472) IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2968) String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8")); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2968) String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8")); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2989) byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 2989) byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3185) IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3185) IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3251) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3251) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3273) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3273) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3300) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 3300) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4031) IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4031) IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4032) IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4032) IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4044) status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4044) status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4045) status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4045) status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false); Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4319) if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported()) Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4319) if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported()) Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4332) org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4332) org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4343) org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4343) org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4358) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4358) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4382) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4382) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4938) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 4938) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5748) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5748) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5792) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5792) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5846) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5846) String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath"))); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5888) ClasspathEntry cp = new ClasspathEntry( Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5888) ClasspathEntry cp = new ClasspathEntry( Discouraged access: The constructor 'ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, IClasspathEntry, boolean, IAccessRule[], boolean, IClasspathAttribute[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5888) ClasspathEntry cp = new ClasspathEntry( Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5892) ClasspathEntry.INCLUDE_ALL, Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5892) ClasspathEntry.INCLUDE_ALL, Discouraged access: The field 'ClasspathEntry.INCLUDE_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5893) ClasspathEntry.EXCLUDE_NONE, Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5893) ClasspathEntry.EXCLUDE_NONE, Discouraged access: The field 'ClasspathEntry.EXCLUDE_NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5901) ClasspathEntry.NO_EXTRA_ATTRIBUTES); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5901) ClasspathEntry.NO_EXTRA_ATTRIBUTES); Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5957) IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java (at line 5957) IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath(); Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 84) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 85) import org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFormatter; Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6637) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6637) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6637) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6637) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6638) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6638) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The constructor 'ASTRewriteFormatter(NodeInfoStore, RewriteEventStore, Map, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6638) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The method 'ASTRewriteFormatter.formatString(int, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6650) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6650) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6650) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6650) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6651) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The type 'ASTRewriteFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6651) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The constructor 'ASTRewriteFormatter(NodeInfoStore, RewriteEventStore, Map, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 6651) TextEdit edit = new ASTRewriteFormatter(null, null, options, "\n").formatString(CodeFormatter.K_CLASS_BODY_DECLARATIONS, buf, 0, buf.length(), 1); Discouraged access: The method 'ASTRewriteFormatter.formatString(int, String, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 7481) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 7481) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 7481) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java (at line 7481) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 49) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 118) String renamedContents = new String (Util.getResourceContentsAsCharArray(file)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 118) String renamedContents = new String (Util.getResourceContentsAsCharArray(file)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 129) byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 129) byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 173) byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 173) byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath())); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 204) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 204) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 210) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 210) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 232) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 232) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 238) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 238) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 258) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 258) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 264) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 264) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 288) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 288) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 307) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 307) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 325) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 325) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 345) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 345) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 351) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 351) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 369) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 369) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 375) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 375) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 389) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 389) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 395) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 395) byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 415) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 415) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 430) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 430) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 444) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 444) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 465) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 465) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 488) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 488) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 514) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 514) String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 550) String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 550) String encodedContents = new String (Util.getResourceContentsAsCharArray(file, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 553) byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 553) byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 599) String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 599) String encodedContents = new String (Util.getResourceContentsAsCharArray(file)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 602) byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 602) byte[] encodedBytes = Util.getResourceContentsAsByteArray(file); Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 725) char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 725) char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 726) org.eclipse.jdt.internal.compiler.util.Util.UTF_8); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 726) org.eclipse.jdt.internal.compiler.util.Util.UTF_8); Discouraged access: The field 'Util.UTF_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 862) char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 862) char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8"); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 866) char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 866) char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8"); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 983) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 983) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 998) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 998) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1012) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1012) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1066) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1066) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1136) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1136) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1151) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1151) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1202) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1202) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1217) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1217) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1260) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1260) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1276) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1276) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1292) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1292) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1308) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1308) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1352) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1352) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1368) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1368) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1419) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1419) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1434) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1434) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1450) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1450) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java (at line 1466) encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 16) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 35) String[] arguments = Util.getProblemArgumentsFromMarker("1:foo"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 35) String[] arguments = Util.getProblemArgumentsFromMarker("1:foo"); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 39) String[] arguments = Util.getProblemArgumentsFromMarker("2:foo#bar"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 39) String[] arguments = Util.getProblemArgumentsFromMarker("2:foo#bar"); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 43) String[] arguments = Util.getProblemArgumentsFromMarker("1: "); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 43) String[] arguments = Util.getProblemArgumentsFromMarker("1: "); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 47) String[] arguments = Util.getProblemArgumentsFromMarker("0:"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 47) String[] arguments = Util.getProblemArgumentsFromMarker("0:"); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 51) String[] arguments = Util.getProblemArgumentsFromMarker("3:Task<capture##1-of ?>#getTaskListeners# "); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 51) String[] arguments = Util.getProblemArgumentsFromMarker("3:Task<capture##1-of ?>#getTaskListeners# "); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 56) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 56) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 56) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 56) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 60) assertNull("Not null", Util.getProblemArgumentsFromMarker("tt:Task<capture##1-of ?>#getTaskListeners# ")); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 60) assertNull("Not null", Util.getProblemArgumentsFromMarker("tt:Task<capture##1-of ?>#getTaskListeners# ")); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 63) assertNull("Not null", Util.getProblemArgumentsFromMarker("3Task<capture##1-of ?>#getTaskListeners# ")); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 63) assertNull("Not null", Util.getProblemArgumentsFromMarker("3Task<capture##1-of ?>#getTaskListeners# ")); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 66) assertNull("Not null", Util.getProblemArgumentsFromMarker(null)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 66) assertNull("Not null", Util.getProblemArgumentsFromMarker(null)); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 69) assertNull("Not null", Util.getProblemArgumentsFromMarker("0:Task")); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 69) assertNull("Not null", Util.getProblemArgumentsFromMarker("0:Task")); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 73) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 73) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 73) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 73) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 78) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 78) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsFromMarker(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 78) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/UtilTests.java (at line 78) String[] result = Util.getProblemArgumentsFromMarker(Util.getProblemArgumentsForMarker(arguments)); Discouraged access: The method 'Util.getProblemArgumentsForMarker(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 37) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 38) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 39) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 40) import org.eclipse.jdt.internal.compiler.parser.Scanner; Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 41) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 42) import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 43) import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil; Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 44) import org.eclipse.jdt.internal.core.util.SimpleDocument; Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 45) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 85) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 117) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 118) Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 118) Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 118) Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, Discouraged access: The constructor 'Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 118) Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 118) Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/, Discouraged access: The field 'ClassFileConstants.JDK1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 119) codeFormatter.previewEnabled); Discouraged access: The field 'DefaultCodeFormatter.previewEnabled' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 120) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 120) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 120) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The constructor 'CodeSnippetParsingUtil()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 121) CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true); Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 121) CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true); Discouraged access: The method 'CodeSnippetParsingUtil.parseCompilationUnit(char[], Map<String,String>, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 122) scanner.setSource(source.toCharArray()); Discouraged access: The method 'Scanner.setSource(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 123) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'Scanner.lineEnds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 123) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'CodeSnippetParsingUtil.recordedParsingInformation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 123) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'RecordedParsingInformation.lineEnds' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 124) int[][] commentsPositions = compilationUnitDeclaration.comments; Discouraged access: The field 'CompilationUnitDeclaration.comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 132) formattedComments[i] = runFormatter(codeFormatter, source.substring(commentStart, commentEnd), CodeFormatter.K_JAVA_DOC, indentationLevel, 0, commentEnd - commentStart, Util.LINE_SEPARATOR, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 132) formattedComments[i] = runFormatter(codeFormatter, source.substring(commentStart, commentEnd), CodeFormatter.K_JAVA_DOC, indentationLevel, 0, commentEnd - commentStart, Util.LINE_SEPARATOR, true); Discouraged access: The field 'Util.LINE_SEPARATOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 134) SimpleDocument document = new SimpleDocument(source); Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 134) SimpleDocument document = new SimpleDocument(source); Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 134) SimpleDocument document = new SimpleDocument(source); Discouraged access: The constructor 'SimpleDocument(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 139) document.replace(commentStart, commentEnd - commentStart, formattedComments[i]); Discouraged access: The method 'SimpleDocument.replace(int, int, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 141) String newSource = document.get(); Discouraged access: The method 'SimpleDocument.get()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 146) private int getIndentationLevel(Scanner scanner, int position) { Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 155) int lineNumber = scanner.getLineNumber(position); Discouraged access: The method 'Scanner.getLineNumber(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 156) int lineStart = scanner.getLineStart(lineNumber); Discouraged access: The method 'Scanner.getLineStart(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 157) scanner.resetTo(lineStart, position-1); Discouraged access: The method 'Scanner.resetTo(int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 158) while (!scanner.atEnd()) { Discouraged access: The method 'Scanner.atEnd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 159) int ch = scanner.getNextChar(); Discouraged access: The method 'Scanner.getNextChar()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 186) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 186) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 186) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 186) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 187) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 187) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 187) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 187) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 188) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 188) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 188) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 188) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 189) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 189) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 189) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 189) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 190) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 190) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 190) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 190) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 191) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 191) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 191) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 191) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 192) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 192) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 192) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 192) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 193) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 193) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 193) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 193) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 195) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 195) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 195) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 195) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 196) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 196) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 196) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 196) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 199) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 199) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 199) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 199) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 200) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 200) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 200) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 200) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java (at line 20) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java (at line 82) if (Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java (at line 82) if (Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 21) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 93) CompilerOptions.VERSION_1_1, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 93) CompilerOptions.VERSION_1_1, Discouraged access: The field 'CompilerOptions.VERSION_1_1' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 94) CompilerOptions.VERSION_1_2, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 94) CompilerOptions.VERSION_1_2, Discouraged access: The field 'CompilerOptions.VERSION_1_2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 95) CompilerOptions.VERSION_1_3, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 95) CompilerOptions.VERSION_1_3, Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 96) CompilerOptions.VERSION_1_4, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 96) CompilerOptions.VERSION_1_4, Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 97) CompilerOptions.VERSION_1_5, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 97) CompilerOptions.VERSION_1_5, Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 98) CompilerOptions.VERSION_1_6, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 98) CompilerOptions.VERSION_1_6, Discouraged access: The field 'CompilerOptions.VERSION_1_6' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 99) CompilerOptions.VERSION_1_7, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 99) CompilerOptions.VERSION_1_7, Discouraged access: The field 'CompilerOptions.VERSION_1_7' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 100) CompilerOptions.VERSION_1_8, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 100) CompilerOptions.VERSION_1_8, Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 101) CompilerOptions.VERSION_9, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 101) CompilerOptions.VERSION_9, Discouraged access: The field 'CompilerOptions.VERSION_9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 102) CompilerOptions.VERSION_10, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 102) CompilerOptions.VERSION_10, Discouraged access: The field 'CompilerOptions.VERSION_10' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 103) CompilerOptions.VERSION_11, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 103) CompilerOptions.VERSION_11, Discouraged access: The field 'CompilerOptions.VERSION_11' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 21) import org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier; Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 59) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 59) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 59) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 61) ReplaceEdit[] replaces= modifier.getModifications(content); Discouraged access: The method 'SourceModifier.getModifications(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 110) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 110) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 110) SourceModifier modifier= new SourceModifier(2, " ", 4, 4); Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java (at line 112) ReplaceEdit[] replaces= modifier.getModifications(content); Discouraged access: The method 'SourceModifier.getModifications(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 71) "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 71) "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 71) "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 71) "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 71) "assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 152) "member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 880) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 926) "fooo[LOCAL_VARIABLE_REF]{fooo, null, Ljava.lang.String;, fooo, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 955) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1000) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1001) int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1001) int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1001) int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1001) int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1001) int relevanceNoCase = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1034) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1079) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1134) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java (at line 1161) int relevance = R_DEFAULT + R_INTERESTING + R_RESOLVED + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java (at line 35) org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); Discouraged access: The type 'CodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java (at line 35) org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); Discouraged access: The type 'CodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java (at line 35) org.eclipse.jdt.internal.formatter.old.CodeFormatter formatter = new org.eclipse.jdt.internal.formatter.old.CodeFormatter(options); Discouraged access: The constructor 'CodeFormatter(Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java (at line 36) String result = formatter.format(source, 0, null, null); Discouraged access: The method 'CodeFormatter.format(String, int, int[], String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java (at line 18) import org.eclipse.jdt.internal.core.SourceMapper; Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java (at line 1603) SourceMapper mapper = new SourceMapper(); Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java (at line 1603) SourceMapper mapper = new SourceMapper(); Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java (at line 1603) SourceMapper mapper = new SourceMapper(); Discouraged access: The constructor 'SourceMapper()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java (at line 1646) String[] ss = mapper.convertTypeNamesToSigs(typeNames); Discouraged access: The method 'SourceMapper.convertTypeNamesToSigs(char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 44) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 155) sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 155) sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 171) sourceChars = Util.getInputStreamAsCharArray(inputStream, null); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 171) sourceChars = Util.getInputStreamAsCharArray(inputStream, null); Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 32) import org.eclipse.jdt.internal.core.dom.util.DOMASTUtil; Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9266) if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.SEALED)) { Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9266) if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.SEALED)) { Discouraged access: The method 'DOMASTUtil.isFeatureSupportedinAST(AST, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9268) } else if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.NON_SEALED)) { Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9268) } else if (DOMASTUtil.isFeatureSupportedinAST(this.ast, Modifier.NON_SEALED)) { Discouraged access: The method 'DOMASTUtil.isFeatureSupportedinAST(AST, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9557) DOMASTUtil.checkASTLevel(level); Discouraged access: The type 'DOMASTUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTTest.java (at line 9557) DOMASTUtil.checkASTLevel(level); Discouraged access: The method 'DOMASTUtil.checkASTLevel(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 28) import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants; Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 31) public abstract class AbstractJavadocCompletionModelTest extends AbstractJavaModelCompletionTests implements JavadocTagConstants { Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 35) protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 35) protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 35) protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 37) protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 37) protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 37) protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 37) protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 39) protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 39) protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 39) protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 39) protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 39) protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 41) protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 41) protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 41) protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 41) protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 41) protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 43) protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 45) protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 47) protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 49) protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 51) protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 53) protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 55) protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 59) protected static final int R_DRICNRE = R_DRICNR+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 61) protected static final int R_DRICUNRE = R_DRICUNR+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 63) protected static final int R_DRICENNRE = R_DRICENNR+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 65) protected static final int R_DRICENUNRE = R_DRICENUNR+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 69) protected static final int R_DRICNREET = R_DRICNR+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 71) protected static final int R_DRICUNREET = R_DRICUNR+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 73) protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 73) protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION; Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 77) protected static final int R_DRICNREEET = R_DRICNRE+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 80) protected static final int R_DRICUNREEET = R_DRICUNRE+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 83) protected static final int R_DRICENNREEET = R_DRICENNRE+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 86) protected static final int R_DRICENUNREEET = R_DRICENUNRE+R_EXACT_EXPECTED_TYPE; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 90) protected static final int JAVADOC_RELEVANCE_IT = JAVADOC_RELEVANCE+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 92) protected static final int R_DRINRIT = R_DRINR+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 94) protected static final int R_DRICNRIT = R_DRICNR+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 96) protected static final int R_DRICUNRIT = R_DRICUNR+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 98) protected static final int R_DRICENNRIT = R_DRICENNR+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 100) protected static final int R_DRICENUNRIT = R_DRICENUNR+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 102) protected static final int R_DRICNRNSIT = R_DRICNRNS+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 104) protected static final int R_DRICNREETIT = R_DRICNREET+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java (at line 107) protected static final int R_DRICUNREETIT = R_DRICUNREET+R_INLINE_TAG; Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 20) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 47) Util.resetJavaLikeExtensions(); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 47) Util.resetJavaLikeExtensions(); Discouraged access: The method 'Util.resetJavaLikeExtensions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 32) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 33) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 34) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 57) this.formatterPrefs.brace_position_for_annotation_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_annotation_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 58) this.formatterPrefs.brace_position_for_anonymous_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_anonymous_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 59) this.formatterPrefs.brace_position_for_array_initializer = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 60) this.formatterPrefs.brace_position_for_block = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 61) this.formatterPrefs.brace_position_for_block_in_case = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block_in_case' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 62) this.formatterPrefs.brace_position_for_constructor_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_constructor_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 63) this.formatterPrefs.brace_position_for_enum_constant = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_constant' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 64) this.formatterPrefs.brace_position_for_enum_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 65) this.formatterPrefs.brace_position_for_method_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_method_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 66) this.formatterPrefs.brace_position_for_switch = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 67) this.formatterPrefs.brace_position_for_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 116) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 117) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 118) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 146) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 147) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 148) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 176) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 177) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 178) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 206) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 207) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 208) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 237) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 238) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 239) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 276) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 277) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 278) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 326) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 327) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 328) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 374) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 375) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 376) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 409) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 410) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 411) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 444) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 445) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 446) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 479) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 480) this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 481) this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 514) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 515) this.formatterPrefs.disabling_tag = "format: off".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 516) this.formatterPrefs.enabling_tag = "format: on".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 544) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 545) this.formatterPrefs.disabling_tag = "format: off".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 546) this.formatterPrefs.enabling_tag = "format: on".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 574) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 575) this.formatterPrefs.disabling_tag = "format: off".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 576) this.formatterPrefs.enabling_tag = "format: on".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 604) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 605) this.formatterPrefs.disabling_tag = " format: off ".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 606) this.formatterPrefs.enabling_tag = " format: on ".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 634) this.formatterPrefs.use_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.use_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 635) this.formatterPrefs.disabling_tag = " format: off ".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 636) this.formatterPrefs.enabling_tag = " format: on ".toCharArray(); Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 671) this.formatterPrefs.page_width = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 709) this.formatterPrefs.page_width = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 752) this.formatterPrefs.page_width = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1194) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1216) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1217) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1217) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1217) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1240) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1269) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1270) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1270) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1270) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1300) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1329) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1330) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1330) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1330) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1359) this.formatterPrefs.join_lines_in_comments = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_lines_in_comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1381) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1407) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1484) this.formatterPrefs.comment_format_header = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_header' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1641) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1898) this.formatterPrefs.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1899) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1899) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1899) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1925) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1925) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1925) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT; Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1926) this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_expressions_in_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1926) this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1926) this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT; Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1948) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1948) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1948) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT; Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1974) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java (at line 1974) this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT; Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_FIRST_BREAK_SPLIT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 27) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 28) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 133) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 134) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 134) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 134) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 152) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 153) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 153) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 153) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 171) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 172) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 172) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 172) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 190) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 191) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 191) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 191) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 209) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 210) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 210) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 210) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 230) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 231) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 231) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 231) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 251) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 252) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 252) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 252) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 270) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 271) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 271) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 271) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 289) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 290) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 290) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 290) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 308) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 309) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 309) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 309) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 327) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 328) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 328) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 328) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 348) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 349) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 349) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 349) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 369) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 370) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 370) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 370) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 388) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 389) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 389) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 389) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 407) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 408) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 408) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 408) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 426) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 427) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 427) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 427) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 445) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 446) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 446) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 446) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 466) this.formatterPrefs.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 467) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 467) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 467) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED; Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 746) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 760) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 771) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 775) this.formatterPrefs.comment_line_length = 30; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 781) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 787) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 793) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 803) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 807) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 811) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 815) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 819) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 823) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 827) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 831) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 835) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 839) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 849) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 860) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 864) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1489) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1490) this.formatterPrefs.tab_size = 1; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_size' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1491) this.formatterPrefs.indentation_size = 1; Discouraged access: The field 'DefaultCodeFormatterOptions.indentation_size' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1495) this.formatterPrefs.comment_line_length = 40; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1496) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java (at line 1496) this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 29) import org.eclipse.jdt.internal.compiler.ExtraFlags; Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 30) import org.eclipse.jdt.internal.compiler.env.AccessRestriction; Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 31) import org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit; Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 32) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 33) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 34) import org.eclipse.jdt.internal.core.Member; Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 35) import org.eclipse.jdt.internal.core.PackageFragment; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 36) import org.eclipse.jdt.internal.core.SourceRefElement; Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 37) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 38) import org.eclipse.jdt.internal.core.search.IRestrictedAccessConstructorRequestor; Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 39) import org.eclipse.jdt.internal.core.search.IRestrictedAccessMethodRequestor; Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 40) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 74) public static class ConstructorDeclarationsCollector implements IRestrictedAccessConstructorRequestor { Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 88) AccessRestriction access) { Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 91) boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 91) boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; Discouraged access: The field 'ExtraFlags.IsMemberType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 146) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 146) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 166) public static class MethodDeclarationsCollector implements IRestrictedAccessMethodRequestor { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 183) AccessRestriction access, Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 263) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 263) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 502) return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 502) return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 667) ((LambdaExpression) type).toStringName(this.line); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 667) ((LambdaExpression) type).toStringName(this.line); Discouraged access: The method 'LambdaExpression.toStringName(StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 671) if (isLocal && !(type instanceof LambdaExpression)) { // don't want occurrence counts for lambdas. it can be confusing at best, as not all are built. Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 673) this.line.append(((SourceRefElement)type).occurrenceCount); Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 673) this.line.append(((SourceRefElement)type).occurrenceCount); Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 683) if ((this.flags & SHOW_JAR_FILE) != 0 && element instanceof Member) { Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 696) return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); Discouraged access: The type 'Member' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 696) return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); Discouraged access: The method 'Member.getTypeRoot()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 732) contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 732) contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( Discouraged access: The constructor 'CompilationUnit(char[], String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 735) file.getCharset()).getContents(); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 736) } catch(AbortCompilationUnit e) { Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 789) parameterNames = new String[] {Util.EMPTY_STRING}; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 789) parameterNames = new String[] {Util.EMPTY_STRING}; Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 989) String[] names = ((PackageFragment)fragment).names; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 989) String[] names = ((PackageFragment)fragment).names; Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 992) PackageFragment currentPackage = (PackageFragment) children[i]; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 992) PackageFragment currentPackage = (PackageFragment) children[i]; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 993) String[] otherNames = currentPackage.names; Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1084) protected void searchAllConstructorDeclarations(String pattern, int matchRule, IRestrictedAccessConstructorRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1085) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1085) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1085) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The method 'BasicSearchEngine.searchAllConstructorDeclarations(char[], char[], int, IJavaSearchScope, IRestrictedAccessConstructorRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1094) protected void searchAllMethodNames(String pattern, int matchRule, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1095) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1095) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1095) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1105) protected void searchAllMethodNames(String pattern, int matchRule, IJavaSearchScope scope, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1116) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1129) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1144) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1145) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1145) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1145) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 20) import org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy; Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 21) import org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy; Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 37) if(stored instanceof RegionBasedTypeHierarchy) { Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 38) assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof RegionBasedTypeHierarchy); Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 39) compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded); Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 39) compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded); Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 40) } else if(stored instanceof TypeHierarchy) { Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 41) assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof TypeHierarchy); Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 42) compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded); Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 42) compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded); Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 45) private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 45) private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){ Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 48) private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 48) private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){ Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 51) IType type1 = stored.getType(); Discouraged access: The method 'TypeHierarchy.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 52) IType type2 = loaded.getType(); Discouraged access: The method 'TypeHierarchy.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 55) IType[] allTypes1 = stored.getAllTypes(); Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 56) IType[] allTypes2 = loaded.getAllTypes(); Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 59) IType[] allClasses1 = stored.getAllClasses(); Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 60) IType[] allClasses2 = loaded.getAllClasses(); Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 63) IType[] allInterfaces1 = stored.getAllInterfaces(); Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 64) IType[] allInterfaces2 = loaded.getAllInterfaces(); Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 67) IType[] rootClasses1 = stored.getRootClasses(); Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 68) IType[] rootClasses2 = loaded.getRootClasses(); Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 71) IType[] rootInterfaces1 = stored.getRootInterfaces(); Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 72) IType[] rootInterfaces2 = loaded.getRootInterfaces(); Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 75) Object[] missingTypes1 = stored.missingTypes.toArray(); Discouraged access: The field 'TypeHierarchy.missingTypes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 76) Object[] missingTypes2 = loaded.missingTypes.toArray(); Discouraged access: The field 'TypeHierarchy.missingTypes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 82) int cachedFlags1 = stored.getCachedFlags(aType); Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 83) int cachedFlags2 = loaded.getCachedFlags(aType); Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 86) IType superclass1 = stored.getSuperclass(aType); Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 87) IType superclass2 = loaded.getSuperclass(aType); Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 90) IType[] superInterfaces1 = stored.getSuperInterfaces(aType); Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 91) IType[] superInterfaces2 = loaded.getSuperInterfaces(aType); Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 94) IType[] superTypes1 = stored.getSupertypes(aType); Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 95) IType[] superTypes2 = loaded.getSupertypes(aType); Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 98) IType[] subclasses1 = stored.getSubclasses(aType); Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 99) IType[] subclasses2 = loaded.getSubclasses(aType); Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 102) IType[] subtypes1 = stored.getSubtypes(aType); Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 103) IType[] subtypes2 = loaded.getSubtypes(aType); Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 106) IType[] extendingInterfaces1 = stored.getExtendingInterfaces(aType); Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 107) IType[] extendingInterfaces2 = loaded.getExtendingInterfaces(aType); Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 110) IType[] implementingClasses1 = stored.getImplementingClasses(aType); Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java (at line 111) IType[] implementingClasses2 = loaded.getImplementingClasses(aType); Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 36) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 37) import org.eclipse.jdt.internal.core.index.EntryResult; Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 38) import org.eclipse.jdt.internal.core.index.Index; Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 39) import org.eclipse.jdt.internal.core.index.MetaIndex; Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 40) import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 41) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 42) import org.eclipse.jdt.internal.core.search.indexing.ReadWriteMonitor; Discouraged access: The type 'ReadWriteMonitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 50) private IndexManager indexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 63) this.indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 63) this.indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 185) Optional<MetaIndex> index = null; Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 187) index = this.indexManager.getMetaIndex(); Discouraged access: The method 'IndexManager.getMetaIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 192) ReadWriteMonitor monitor = index.get().getMonitor(); Discouraged access: The type 'ReadWriteMonitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 192) ReadWriteMonitor monitor = index.get().getMonitor(); Discouraged access: The method 'MetaIndex.getMonitor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 197) monitor.enterRead(); Discouraged access: The method 'ReadWriteMonitor.enterRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 198) index.get().startQuery(); Discouraged access: The method 'MetaIndex.startQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 199) List<EntryResult> results = new ArrayList<>(2); Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 201) .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, Discouraged access: The method 'MetaIndex.query(char[][], char[], int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 201) .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 201) .query(new char[][] { IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF, Discouraged access: The field 'IIndexConstants.META_INDEX_QUALIFIED_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 202) IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF }, indexQualifier.toCharArray(), Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 202) IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF }, indexQualifier.toCharArray(), Discouraged access: The field 'IIndexConstants.META_INDEX_QUALIFIED_SUPER_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 206) .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, Discouraged access: The method 'MetaIndex.query(char[][], char[], int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 206) .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 206) .query(new char[][] { IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF, Discouraged access: The field 'IIndexConstants.META_INDEX_SIMPLE_SUPER_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 207) IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF }, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 207) IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF }, Discouraged access: The field 'IIndexConstants.META_INDEX_SIMPLE_TYPE_QUALIFIER_REF' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 211) final Index i = index.map(MetaIndex::getIndex).get(); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 211) final Index i = index.map(MetaIndex::getIndex).get(); Discouraged access: The type 'MetaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 211) final Index i = index.map(MetaIndex::getIndex).get(); Discouraged access: The method 'MetaIndex.getIndex()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 214) return Stream.of(r.getDocumentNames(i)); Discouraged access: The method 'EntryResult.getDocumentNames(Index)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 220) index.get().stopQuery(); Discouraged access: The method 'MetaIndex.stopQuery()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 221) monitor.exitRead(); Discouraged access: The method 'ReadWriteMonitor.exitRead()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 230) private List<EntryResult> safeList(EntryResult[] result) { Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/IndexManagerTests.java (at line 230) private List<EntryResult> safeList(EntryResult[] result) { Discouraged access: The type 'EntryResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 11) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 12) import org.eclipse.jdt.internal.core.builder.ClasspathLocation; Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 13) import org.eclipse.jdt.internal.core.search.matching.ClasspathSourceDirectory; Discouraged access: The type 'ClasspathSourceDirectory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 14) import org.eclipse.jdt.internal.core.search.matching.JavaSearchNameEnvironment; Discouraged access: The type 'JavaSearchNameEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 24) static class JavaSearchNameEnvironmentUnderTest extends JavaSearchNameEnvironment { Discouraged access: The type 'JavaSearchNameEnvironment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 26) super(javaProject, copies); Discouraged access: The constructor 'JavaSearchNameEnvironment(IJavaProject, ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 28) public LinkedHashSet<ClasspathLocation> getLocationSet() { Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 29) return super.locationSet; Discouraged access: The field 'JavaSearchNameEnvironment.locationSet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 32) public Iterable<ClasspathLocation> getLocationsFor(String moduleName, String qualifiedPackageName) { Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 33) return super.getLocationsFor(moduleName, qualifiedPackageName); Discouraged access: The method 'JavaSearchNameEnvironment.getLocationsFor(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 35) public LinkedHashSet<ClasspathLocation> getAllIndexedLocations() { Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 36) return super.packageNameToClassPathLocations.values().stream().flatMap(Collection::stream).collect(toCollection(LinkedHashSet::new)); Discouraged access: The field 'JavaSearchNameEnvironment.packageNameToClassPathLocations' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 39) public void addProjectClassPath(JavaProject javaProject) { Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 40) super.addProjectClassPath(javaProject); Discouraged access: The method 'JavaSearchNameEnvironment.addProjectClassPath(JavaProject)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 77) LinkedHashSet<ClasspathLocation> locationSet = nameEnvironment.getLocationSet(); Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 78) LinkedHashSet<ClasspathLocation> allIndexedLocations = nameEnvironment.getAllIndexedLocations(); Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 80) for (ClasspathLocation cp : locationSet) { Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 116) Iterable<ClasspathLocation> locationsForPackage = nameEnvironment.getLocationsFor(null, "b88300"); Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 119) ClasspathLocation cp = locationsForPackage.iterator().next(); Discouraged access: The type 'ClasspathLocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 120) assertTrue(cp instanceof ClasspathSourceDirectory); Discouraged access: The type 'ClasspathSourceDirectory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 123) assertNotNull("Type User not found!", nameEnvironment.findType("User".toCharArray(), packageName)); Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 124) assertNotNull("Type SuperClass not found!", nameEnvironment.findType("SuperClass".toCharArray(), packageName)); Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 125) assertNotNull("Type SubClass not found!", nameEnvironment.findType("SubClass".toCharArray(), packageName)); Discouraged access: The method 'IModuleAwareNameEnvironment.findType(char[], char[][])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchNameEnvironmentTest.java (at line 132) env.addProjectClassPath((JavaProject) remaining[i]); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 19) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 23) public class SnippetCompletionTests_1_5 extends AbstractJavaModelTests implements RelevanceConstants { Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 68) "foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 69) "foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 70) "foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 88) "foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 89) "foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java (at line 90) "foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 80) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 81) import org.eclipse.jdt.internal.core.ClassFile; Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 82) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 83) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 84) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 85) import org.eclipse.jdt.internal.core.SourceMethod; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 86) import org.eclipse.jdt.internal.core.TypeParameter; Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 87) import org.eclipse.jdt.internal.core.index.DiskIndex; Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 88) import org.eclipse.jdt.internal.core.index.Index; Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 89) import org.eclipse.jdt.internal.core.search.AbstractSearchScope; Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 90) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 91) import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 92) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 93) import org.eclipse.jdt.internal.core.search.indexing.IndexRequest; Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 94) import org.eclipse.jdt.internal.core.search.matching.AndPattern; Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 95) import org.eclipse.jdt.internal.core.search.matching.MatchLocator; Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 96) import org.eclipse.jdt.internal.core.search.matching.MethodPattern; Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 97) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 98) import org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern; Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 99) import org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern; Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 737) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 737) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 737) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 741) IIndexConstants.INTERFACE_SUFFIX, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 741) IIndexConstants.INTERFACE_SUFFIX, Discouraged access: The field 'IIndexConstants.INTERFACE_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 751) pattern = new TypeDeclarationPattern( Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 751) pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 755) IIndexConstants.CLASS_SUFFIX, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 755) IIndexConstants.CLASS_SUFFIX, Discouraged access: The field 'IIndexConstants.CLASS_SUFFIX' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2292) MatchLocator.setFocus(pattern, importDeclaration); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2292) MatchLocator.setFocus(pattern, importDeclaration); Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2320) MatchLocator.setFocus(pattern, packageDeclaration); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2320) MatchLocator.setFocus(pattern, packageDeclaration); Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3147) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3147) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3202) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3202) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3290) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3290) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3528) assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3528) assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6987) assertTrue("Jar should only have class files!", children[i] instanceof ClassFile); Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6988) IType type = ((ClassFile)children[i]).getType(); Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6988) IType type = ((ClassFile)children[i]).getType(); Discouraged access: The method 'ClassFile.getType()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7018) if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7018) if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7489) * @test Verify that no NPE occurs while using a {@link AndPattern} Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7922) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7922) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7961) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7961) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7973) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7973) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8618) * @test Ensure that types are found even when scope is not a {@link org.eclipse.jdt.internal.core.search.JavaSearchScope} Discouraged access: The type 'JavaSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8631) IJavaSearchScope scope = new AbstractSearchScope() { Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8631) IJavaSearchScope scope = new AbstractSearchScope() { Discouraged access: The constructor 'AbstractSearchScope()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8794) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8794) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8794) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8795) Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8795) Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8796) File indexFile = index.getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8805) Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8805) Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8806) assertEquals("Index file should be unchanged!!!", lastModified, newIndex.getIndexFile().lastModified()); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8812) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8812) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8812) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8813) Index index = manager.getIndex(project.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8813) Index index = manager.getIndex(project.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8814) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8814) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The field 'DiskIndex.SIGNATURE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8814) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14027) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14027) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14063) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14063) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14108) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14108) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14150) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14150) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14191) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14191) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14332) TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14332) TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14435) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14435) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14436) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14436) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14485) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14485) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14490) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14490) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15254) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15258) engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15277) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15277) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15277) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15293) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The constructor 'TypeParameter(JavaElement, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15293) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 27) import org.eclipse.jdt.internal.core.search.indexing.SourceIndexer; Discouraged access: The type 'SourceIndexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 28) import org.eclipse.jdt.internal.core.search.processing.JobManager; Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 73) new SourceIndexer(document).indexDocument(); Discouraged access: The type 'SourceIndexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 73) new SourceIndexer(document).indexDocument(); Discouraged access: The constructor 'SourceIndexer(SearchDocument)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 73) new SourceIndexer(document).indexDocument(); Discouraged access: The method 'SourceIndexer.indexDocument()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 165) if (JobManager.VERBOSE) { Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java (at line 165) if (JobManager.VERBOSE) { Discouraged access: The field 'JobManager.VERBOSE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 31) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 74) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 74) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 97) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 97) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 129) "CASE_INSENSITIVE_ORDER[FIELD_REF]{CASE_INSENSITIVE_ORDER, Ljava.lang.String;, Ljava.util.Comparator<Ljava.lang.String;>;, CASE_INSENSITIVE_ORDER, null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 130) "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([C)Ljava.lang.String;, copyValueOf, (arg0), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 131) "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([CII)Ljava.lang.String;, copyValueOf, (arg0, arg1, arg2), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 132) "chars[METHOD_REF]{chars(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, chars, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 133) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 134) "codePoints[METHOD_REF]{codePoints(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, codePoints, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 135) "concat[METHOD_REF]{concat(), Ljava.lang.String;, (Ljava.lang.String;)Ljava.lang.String;, concat, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 136) "contains[METHOD_REF]{contains(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contains, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 137) "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 138) "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.StringBuffer;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 139) "charAt[METHOD_REF]{charAt(), Ljava.lang.String;, (I)C, charAt, (arg0), " + (R_DEFAULT + R_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 139) "charAt[METHOD_REF]{charAt(), Ljava.lang.String;, (I)C, charAt, (arg0), " + (R_DEFAULT + R_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 140) "codePointAt[METHOD_REF]{codePointAt(), Ljava.lang.String;, (I)I, codePointAt, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 140) "codePointAt[METHOD_REF]{codePointAt(), Ljava.lang.String;, (I)I, codePointAt, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 141) "codePointBefore[METHOD_REF]{codePointBefore(), Ljava.lang.String;, (I)I, codePointBefore, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 141) "codePointBefore[METHOD_REF]{codePointBefore(), Ljava.lang.String;, (I)I, codePointBefore, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 142) "codePointCount[METHOD_REF]{codePointCount(), Ljava.lang.String;, (II)I, codePointCount, (arg0, arg1), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 142) "codePointCount[METHOD_REF]{codePointCount(), Ljava.lang.String;, (II)I, codePointCount, (arg0, arg1), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 143) "compareTo[METHOD_REF]{compareTo(), Ljava.lang.String;, (Ljava.lang.String;)I, compareTo, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 143) "compareTo[METHOD_REF]{compareTo(), Ljava.lang.String;, (Ljava.lang.String;)I, compareTo, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 144) "compareToIgnoreCase[METHOD_REF]{compareToIgnoreCase(), Ljava.lang.String;, (Ljava.lang.String;)I, compareToIgnoreCase, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 144) "compareToIgnoreCase[METHOD_REF]{compareToIgnoreCase(), Ljava.lang.String;, (Ljava.lang.String;)I, compareToIgnoreCase, (arg0), " + (R_DEFAULT + R_EXACT_EXPECTED_TYPE + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 165) "lpx5[LOCAL_VARIABLE_REF]{lpx5, null, I, lpx5, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 166) "lpx6[LOCAL_VARIABLE_REF]{lpx6, null, I, lpx6, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 193) int relevance = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED + R_UNQUALIFIED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 220) "argument[LOCAL_VARIABLE_REF]{argument, null, I, argument, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 275) "class[FIELD_REF]{class, null, Ljava.lang.Class<LX;>;, class, null, " + (R_DEFAULT + 21) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 276) "f[FIELD_REF]{f, LX;, LFoo;, f, null, " + (R_DEFAULT + 21) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 277) "x1[FIELD_REF]{x1, LX;, I, x1, null, " + (R_DEFAULT + 51) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 303) "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 304) "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 305) "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 306) "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 307) "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 308) "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 309) "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 310) "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 311) "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 312) "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 313) "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 314) "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 315) "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 316) "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 317) "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 318) "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 319) "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 320) "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 321) "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 322) "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 323) "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 324) "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 325) "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 351) "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 352) "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 353) "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 354) "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 355) "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 356) "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 357) "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 358) "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 359) "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 360) "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 361) "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 362) "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 363) "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 364) "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 365) "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 366) "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 367) "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 368) "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 369) "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 370) "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 371) "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 372) "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 373) "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 403) "goo[METHOD_REF]{goo(), LX;, (LI;)V, goo, (i), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 404) "goo[METHOD_REF]{goo(), LX;, (Ljava.lang.String;)V, goo, (s), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 405) "main[METHOD_REF]{main(), LX;, ([Ljava.lang.String;)V, main, (args), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 406) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 407) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 408) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 409) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class<*>;, getClass, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 410) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 411) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 412) "notifyAll[METHOD_REF]{notifyAll(), Ljava.lang.Object;, ()V, notifyAll, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 413) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 414) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, ()V, wait, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 415) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (J)V, wait, (millis), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 416) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (JI)V, wait, (millis, nanos), " + (R_DEFAULT + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 51) import org.eclipse.jdt.internal.compiler.env.IModule.IPackageExport; Discouraged access: The type 'IModule.IPackageExport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 52) import org.eclipse.jdt.internal.core.BinaryModule; Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 814) assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 815) BinaryModule mod = (BinaryModule) elements[0]; Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 815) BinaryModule mod = (BinaryModule) elements[0]; Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 816) IPackageExport[] exportedPackages = mod.getExportedPackages(); Discouraged access: The type 'IModule.IPackageExport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 816) IPackageExport[] exportedPackages = mod.getExportedPackages(); Discouraged access: The method 'AbstractModule.getExportedPackages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 869) assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 905) assertTrue("type of child", child instanceof BinaryModule); Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 907) BinaryModule mod = (BinaryModule) child; Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 907) BinaryModule mod = (BinaryModule) child; Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 908) assertEquals("# mod children", 0, mod.getChildren().length); Discouraged access: The method 'BinaryModule.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java (at line 1632) assertTrue("Invalid selection result", (elements[0] instanceof BinaryModule)); Discouraged access: The type 'BinaryModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 19) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 44) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 44) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 78) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 78) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 97) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 97) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 271) "BasicTestTextIns[JAVADOC_TYPE_REF]{{@link BasicTestTextIns}, javadoc.text, Ljavadoc.text.BasicTestTextIns;, null, null, "+this.positions+(R_DRICENUNR+R_INLINE_TAG)+"}\n" + Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 473) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 473) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 520) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java (at line 520) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 39) import org.eclipse.jdt.internal.codeassist.CompletionEngine; Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 40) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 41) import org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper; Discouraged access: The type 'EvaluationContextWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 85) char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName(); Discouraged access: The type 'EvaluationContextWrapper' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 85) char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName(); Discouraged access: The method 'EvaluationContextWrapper.getVarClassName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 108) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 167) "bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 206) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 230) "zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 265) "zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 293) "removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 437) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 463) "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 463) "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 463) "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 463) "Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 464) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 491) "Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 492) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 493) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 494) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 495) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 496) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 497) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 497) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 497) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java (at line 497) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java (at line 24) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java (at line 49) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 23) private static int expected_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+R_EXACT_EXPECTED_TYPE+R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_VOID' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 24) private static int void_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING+ R_VOID +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 25) private static int nonVoid_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_NON_STATIC+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 26) private static int unqualified_Rel = R_DEFAULT+R_RESOLVED+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 27) private static int unqualifiedExact_Rel = R_DEFAULT+R_RESOLVED+R_EXACT_EXPECTED_TYPE+ R_CASE+ R_INTERESTING +R_UNQUALIFIED+R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 28) private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 28) private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 28) private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 28) private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests17.java (at line 28) private static int keyword_Rel= R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 30) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 31) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 32) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 47) DefaultCodeFormatterOptions formatterPrefs; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 68) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 68) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 74) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 74) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 74) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 74) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 108) this.formatterPrefs.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 114) private void setPageWidth80(DefaultCodeFormatterOptions preferences) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 115) preferences.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 121) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 121) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 126) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 126) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 156) private void runTest(String packageName, String compilationUnitName, DefaultCodeFormatterOptions codeFormatterOptions) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 157) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 157) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 157) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 162) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 162) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 162) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 194) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 194) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 194) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 195) options.brace_position_for_lambda_body = DefaultCodeFormatterConstants.NEXT_LINE; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_lambda_body' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 196) options.insert_space_after_lambda_arrow = false; Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_after_lambda_arrow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 197) options.insert_space_before_lambda_arrow = false; Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_before_lambda_arrow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 42) import org.eclipse.jdt.internal.core.dom.NaiveASTFlattener; Discouraged access: The type 'NaiveASTFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 49) public class MarkedASTFlattener extends NaiveASTFlattener { Discouraged access: The type 'NaiveASTFlattener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 520) resultBuffer.append(super.getResult()); Discouraged access: The method 'NaiveASTFlattener.getResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 553) while (Character.isWhitespace(this.buffer.charAt(pos))) {pos++;} Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 554) this.buffer.insert(pos, this.markerInfo.markerStartStart + markerName + this.markerInfo.markerStartEnd); Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 557) pos = this.buffer.length() - 1; Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 558) while (Character.isWhitespace(this.buffer.charAt(pos))) {pos--;} Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 559) this.buffer.insert(pos + 1, this.markerInfo.markerEndStart + markerName + this.markerInfo.markerEndEnd); Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java (at line 572) this.markerPositonInBuffer.put(markerName, Integer.valueOf(this.buffer.length())); Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 60) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 61) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 62) import org.eclipse.jdt.internal.core.ExternalFoldersManager; Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 63) import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 64) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 65) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 66) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 86) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 86) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 87) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 87) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 319) ((JavaProject)this.currentProject).resetResolvedClasspath(); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 319) ((JavaProject)this.currentProject).resetResolvedClasspath(); Discouraged access: The method 'JavaProject.resetResolvedClasspath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 545) IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 545) IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); Discouraged access: The method 'JavaModelManager.getExternalManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 545) IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject(); Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1271) JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1271) JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1272) root.attachSource(srcZip.getFullPath(), new Path("src/nested"), null); Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1274) IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1276) root.close(); Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1277) cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1280) IPath rootSAPath= root.getSourceAttachmentRootPath(); Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentRootPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1281) assertEquals("Unexpected source attachment root path for " + root.getPath(), "src/nested", rootSAPath.toString()); Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1283) IPath saPath= root.getSourceAttachmentPath(); Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1284) assertEquals("Unexpected source attachment path for " + root.getPath(), "/AttachSourceTests/attach2src.zip", saPath.toString()); Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1286) root.close(); Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1296) JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1296) JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar); Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1297) root.attachSource(srcZip.getFullPath(), new Path(""), null); Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1299) IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class"); Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1301) root.close(); Discouraged access: The method 'JavaElement.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1529) assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1529) assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); Discouraged access: The field 'ClassFileConstants.JDK1_2' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1529) assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1529) assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource())); Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1844) ((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath()); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1844) ((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath()); Discouraged access: The method 'JavaProject.resolveClasspath(IClasspathEntry[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1845) IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); Discouraged access: The type 'ExternalFoldersManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1845) IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java (at line 1845) IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src")); Discouraged access: The method 'ExternalFoldersManager.getFolder(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 24) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 25) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 89) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 89) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 89) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java (at line 92) while (indexManager.awaitingJobsCount() > 0) { Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 53) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 54) import org.eclipse.jdt.internal.compiler.problem.DefaultProblem; Discouraged access: The type 'DefaultProblem' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 55) import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil; Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 56) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 57) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 223) private DefaultCodeFormatterOptions preferences; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1082) this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1082) this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1086) this.preferences.comment_format_javadoc_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_javadoc_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1087) this.preferences.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1088) this.preferences.comment_format_line_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1106) this.preferences.join_lines_in_comments = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_lines_in_comments' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1109) this.preferences.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1127) this.preferences.brace_position_for_annotation_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_annotation_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1128) this.preferences.brace_position_for_anonymous_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_anonymous_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1129) this.preferences.brace_position_for_array_initializer = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_array_initializer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1130) this.preferences.brace_position_for_block = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1131) this.preferences.brace_position_for_block_in_case = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block_in_case' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1132) this.preferences.brace_position_for_constructor_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_constructor_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1133) this.preferences.brace_position_for_enum_constant = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_constant' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1134) this.preferences.brace_position_for_enum_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1135) this.preferences.brace_position_for_method_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_method_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1136) this.preferences.brace_position_for_switch = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1137) this.preferences.brace_position_for_type_declaration = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_type_declaration' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1143) this.preferences.number_of_empty_lines_to_preserve = lines; Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1412) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1413) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1413) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1413) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1418) String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1418) String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null)); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1428) String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1428) String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null)); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1485) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1485) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1485) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1485) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1486) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1486) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1486) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1486) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1487) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1487) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1487) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1487) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1488) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1488) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1488) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1488) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1489) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1489) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1489) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1489) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1490) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1490) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1490) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1490) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1491) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1491) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1491) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1491) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1492) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1492) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1492) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1492) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1493) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1493) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1493) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1493) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1494) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1494) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1494) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1494) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1495) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1495) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1495) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1495) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1496) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1496) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1496) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1496) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1497) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1497) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1497) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1497) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1498) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1498) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1498) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1498) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1499) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1499) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1499) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1499) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1500) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1500) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportSyntheticAccessEmulation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1500) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1500) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1501) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1501) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java (at line 1501) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 23) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 59) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 60) this.formatterPrefs.comment_clear_blank_lines_in_block_comment = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_block_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 61) this.formatterPrefs.comment_clear_blank_lines_in_javadoc_comment = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_javadoc_comment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 62) this.formatterPrefs.comment_format_header = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_header' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 63) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 63) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 63) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 32) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 33) import org.eclipse.jdt.internal.core.SourceField; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 216) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 216) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 253) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 253) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 370) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 370) SourceField field = (SourceField) elements[0]; Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 837) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 910) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 1433) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 1469) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs17Tests.java (at line 1507) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 22) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 48) setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 48) setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 143) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 143) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 167) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 167) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java (at line 520) "oneTwoThree[FIELD_REF]{oneTwoThree, Ljavadoc.fields.tags.BasicTestFields;, Ljava.lang.Object;, oneTwoThree, null, "+this.positions+(R_DEFAULT + 25) + "}" Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 23) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 58) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 59) this.formatterPrefs.comment_indent_root_tags = false; // Eclipse default is true Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 60) this.formatterPrefs.comment_indent_parameter_description = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 28) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 29) import org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner; Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 30) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 31) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 32) import org.eclipse.jdt.internal.core.NameLookup; Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 60) NameLookup getNameLookup(JavaProject project) throws JavaModelException { Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 60) NameLookup getNameLookup(JavaProject project) throws JavaModelException { Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 61) return project.newNameLookup((WorkingCopyOwner)null); Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 73) IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 73) IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 84) res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 84) res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 106) IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 106) IPackageFragment[] res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 111) res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 111) res = getNameLookup((JavaProject)p2).findPackageFragments("p1", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 129) JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 129) JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 132) IPackageFragment[] pkgs = getNameLookup(project).findPackageFragments("p1", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 140) pkgs = getNameLookup(project).findPackageFragments("p2", false); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 157) JavaProject project = (JavaProject)createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 157) JavaProject project = (JavaProject)createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 179) NameLookup nameLookup = project.newNameLookup(this.workingCopies); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 179) NameLookup nameLookup = project.newNameLookup(this.workingCopies); Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 180) IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 180) IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 180) IType type = nameLookup.findType("Other", false, NameLookup.ACCEPT_ALL); // TODO (jerome) should use seekTypes Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 197) JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 197) JavaProject project = (JavaProject)createJavaProject("P", new String[] {"src"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 199) IPackageFragment pkg = getNameLookup(project).findPackageFragment(new Path("/P/src")); Discouraged access: The method 'NameLookup.findPackageFragment(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 216) final JavaProject p2 = (JavaProject) createJavaProject("P2", new String[] {""}, new String[0], new String[] {"/P1"}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 216) final JavaProject p2 = (JavaProject) createJavaProject("P2", new String[] {""}, new String[0], new String[] {"/P1"}, ""); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 224) IPackageFragment[] pkgs = getNameLookup(p2).findPackageFragments("pkg", false/*exact match*/); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 244) JavaProject project = (JavaProject)createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 244) JavaProject project = (JavaProject)createJavaProject("P"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 252) NameLookup nameLookup = project.newNameLookup(this.workingCopies); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 252) NameLookup nameLookup = project.newNameLookup(this.workingCopies); Discouraged access: The method 'JavaProject.newNameLookup(ICompilationUnit[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 253) IJavaElement[] pkgs = nameLookup.findPackageFragments("p1", false/*not a partial match*/); Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 269) JavaProject project = (JavaProject)createJavaProject("P", new String[0], new String[] {"JCL_LIB"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 269) JavaProject project = (JavaProject)createJavaProject("P", new String[0], new String[] {"JCL_LIB"}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 270) NameLookup nameLookup =getNameLookup(project); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 272) IPackageFragment pkg = nameLookup.findPackageFragment(pathToSearch); Discouraged access: The method 'NameLookup.findPackageFragment(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 301) IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 301) IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 301) IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 301) IType type = getNameLookup((JavaProject) project).findType("p.X$$1", false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 320) IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 320) IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 320) IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 320) IType type = getNameLookup((JavaProject) project).findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 347) NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 347) NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 347) NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); Discouraged access: The method 'JavaProject.newNameLookup(WorkingCopyOwner)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 347) NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); Discouraged access: The type 'DefaultWorkingCopyOwner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 347) NameLookup nameLookup = ((JavaProject) p2).newNameLookup(DefaultWorkingCopyOwner.PRIMARY); Discouraged access: The field 'DefaultWorkingCopyOwner.PRIMARY' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 348) IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 348) IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 348) IType type = nameLookup.findType("p.X", false, NameLookup.ACCEPT_ALL); Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 385) JavaModelManager.throwIoExceptionsInGetZipFile = true; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 385) JavaModelManager.throwIoExceptionsInGetZipFile = true; Discouraged access: The field 'JavaModelManager.throwIoExceptionsInGetZipFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 386) JavaProject proj = (JavaProject) createJavaProject("P", new String[] {}, new String[] {transitioningJar}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 386) JavaProject proj = (JavaProject) createJavaProject("P", new String[] {}, new String[] {transitioningJar}, "bin"); Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 387) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 387) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 387) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModelManager.getJavaModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 387) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModel.refreshExternalArchives(IJavaElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 391) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 391) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 391) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 391) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 392) IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 392) IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 392) IType type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 396) JavaModelManager.throwIoExceptionsInGetZipFile = false; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 396) JavaModelManager.throwIoExceptionsInGetZipFile = false; Discouraged access: The field 'JavaModelManager.throwIoExceptionsInGetZipFile' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 400) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 400) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 400) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModelManager.getJavaModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 400) JavaModelManager.getJavaModelManager().getJavaModel().refreshExternalArchives(null, null); Discouraged access: The method 'JavaModel.refreshExternalArchives(IJavaElement[], IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 402) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 402) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 402) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 402) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 403) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 403) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 403) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 411) ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 411) ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false); Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 414) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 414) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 414) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.getArchiveValidity(IPath)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 414) !JavaModelManager.getJavaModelManager().getArchiveValidity(transitioningIPath).isValid()); Discouraged access: The method 'JavaModelManager.ArchiveValidity.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 415) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 415) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 415) type = getNameLookup(proj).findType("test1.IResource", false, NameLookup.ACCEPT_CLASSES); Discouraged access: The field 'NameLookup.ACCEPT_CLASSES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 67) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 111) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 162) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 209) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 272) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 327) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 370) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 409) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 479) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 556) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 557) int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 593) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 629) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NO_PROBLEMS + R_NON_RESTRICTED; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 665) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 665) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 665) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 665) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java (at line 665) int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NO_PROBLEMS; Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 16) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 110) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 110) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 110) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 110) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 31) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 32) import org.eclipse.jdt.internal.core.search.matching.DeclarationOfAccessedFieldsPattern; Discouraged access: The type 'DeclarationOfAccessedFieldsPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 449) SourceType st = (SourceType)elements[0]; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 449) SourceType st = (SourceType)elements[0]; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 450) SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); Discouraged access: The type 'DeclarationOfAccessedFieldsPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 450) SearchPattern pattern = new DeclarationOfAccessedFieldsPattern(st); Discouraged access: The constructor 'DeclarationOfAccessedFieldsPattern(IJavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 486) SourceType st = (SourceType)elements[0]; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs16Tests.java (at line 486) SourceType st = (SourceType)elements[0]; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 28) import org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry; Discouraged access: The type 'LRUCache.LRUCacheEntry<K,V>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 29) import org.eclipse.jdt.internal.core.util.MementoTokenizer; Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 57) public BufferCache<IOpenable> cache; Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 64) public OverflowingTestBuffer(boolean hasUnsavedChanges, BufferCache<IOpenable> cache) { Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 87) this.cache.remove(this.owner); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.remove(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 175) public class OverflowingTestOpenable extends Openable { Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 186) public ElementCache<OverflowingTestOpenable> cache; Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 192) public OverflowingTestOpenable(OverflowingTestBuffer buffer, ElementCache<OverflowingTestOpenable> cache) { Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 193) super(null); Discouraged access: The constructor 'Openable(JavaElement)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 200) protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, IResource underlyingResource) { Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 207) this.cache.remove(this); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.remove(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 212) return super.equals(o); Discouraged access: The method 'JavaElement.equals(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 224) public IJavaElement getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) { Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 236) public IResource resource(PackageFragmentRoot root) { Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 294) int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 294) int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; Discouraged access: The field 'JavaModelCache.DEFAULT_ROOT_SIZE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<Object>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 341) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<capture#1-of ?,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 344) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<capture#2-of ?,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 347) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<capture#3-of ?,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 366) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 370) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 373) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 376) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 380) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 406) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 409) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 412) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 415) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 420) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 426) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 450) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 453) Hashtable<IOpenable, LRUCacheEntry<IOpenable, IBuffer>> table = cache.getEntryTable(); Discouraged access: The type 'LRUCache.LRUCacheEntry<IOpenable,IBuffer>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 453) Hashtable<IOpenable, LRUCacheEntry<IOpenable, IBuffer>> table = cache.getEntryTable(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getEntryTable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 456) int actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 459) int actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 464) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 476) cache.put(openable1, buffer1); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 479) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 481) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache<?>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The constructor 'ElementCache<IJavaElement & IOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 564) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<capture#4-of ?,JavaElementInfo>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 567) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<capture#5-of ?,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 570) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<capture#6-of ?,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 583) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 583) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 583) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 587) cache.put(openables[i], new MockInfo(i)); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 591) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 594) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 597) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 601) JavaElementInfo value = cache.get(openables[i]); Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 601) JavaElementInfo value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 621) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 621) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 621) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 625) cache.put(openables[i], new MockInfo(i)); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 628) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getSpaceLimit()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 631) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 634) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 638) JavaElementInfo value = cache.get(openables[i]); Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 638) JavaElementInfo value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 644) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 661) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 661) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 661) ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit); Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 665) cache.put(openables[i], new MockInfo(i)); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 668) Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable(); Discouraged access: The type 'LRUCache.LRUCacheEntry<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 668) Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable(); Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 668) Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable(); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getEntryTable()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 670) int actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 672) int actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 29) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 30) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 31) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 47) DefaultCodeFormatterOptions formatterPrefs; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 67) this.formatterPrefs.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 76) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 76) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 84) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 84) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 98) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 98) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 102) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 102) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 102) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 102) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 103) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 103) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 103) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 103) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 104) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 104) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 104) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 104) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 165) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 165) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java (at line 165) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 70) import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities; Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 71) import org.eclipse.jdt.internal.core.ClasspathAttribute; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 72) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 109) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 109) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 111) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 111) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 181) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 181) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 183) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/)); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 183) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/)); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 382) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 382) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 394) IClasspathAttribute[] extraAttributes = new IClasspathAttribute[] { new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, externalAnnotationPath) }; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 394) IClasspathAttribute[] extraAttributes = new IClasspathAttribute[] { new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, externalAnnotationPath) }; Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 450) switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 450) switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { Discouraged access: The field 'ProblemSeverities.CoreSeverityMASK' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 451) case ProblemSeverities.Error: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 451) case ProblemSeverities.Error: Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 457) case ProblemSeverities.Warning: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 457) case ProblemSeverities.Warning: Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 463) case ProblemSeverities.Info: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 463) case ProblemSeverities.Info: Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2210) }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2210) }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2210) }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2210) }, new int[] { 9, 12 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2382) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2429) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2733) new int[] { ProblemSeverities.Warning }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2733) new int[] { ProblemSeverities.Warning }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 19) import org.eclipse.jdt.internal.codeassist.CompletionEngine; Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 20) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 46) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 46) setUpProjectOptions(CompilerOptions.VERSION_1_4); Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 63) if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 63) if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) { Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 336) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 336) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 356) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 356) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 368) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 368) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 385) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 385) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 407) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 407) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 1072) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 1072) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 1094) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java (at line 1094) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 19) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 20) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 21) import org.eclipse.jdt.internal.core.JrtPackageFragmentRoot; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 22) import org.eclipse.jdt.internal.core.SourceModule; Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 80) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 80) long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion); Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 81) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 81) if (jdkLevel >= ClassFileConstants.JDK9) { Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 301) assertTrue("incorrect root type", (element instanceof JrtPackageFragmentRoot)); Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 302) JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 302) JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element; Discouraged access: The type 'JrtPackageFragmentRoot' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 303) assertEquals("incorrect module name", "java.base", root.getElementName()); Discouraged access: The method 'JrtPackageFragmentRoot.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 381) assertTrue(element instanceof SourceModule); Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 382) SourceModule sModule = (SourceModule) element; Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 382) SourceModule sModule = (SourceModule) element; Discouraged access: The type 'SourceModule' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java (at line 383) assertTrue("Source module name incorrect", sModule.getElementName().equals("first")); Discouraged access: The method 'NamedMember.getElementName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 23) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 58) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 59) this.formatterPrefs.comment_indent_parameter_description = false; // Eclipse default is true Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 60) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 60) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java (at line 60) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 28) import org.eclipse.jdt.internal.codeassist.InternalCompletionContext; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 29) import org.eclipse.jdt.internal.codeassist.impl.RestrictedIdentifiers; Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 30) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 31) import org.eclipse.jdt.internal.compiler.util.ObjectVector; Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 32) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 239) JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 239) JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement(); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 243) buffer.append(enclosingElement.toStringWithAncestors(true /*show resolved info*/)); Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 260) JavaElement element = (JavaElement) visibleElements[i]; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 260) JavaElement element = (JavaElement) visibleElements[i]; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 262) buffer.append(element.toStringWithAncestors(true /*show resolved info*/)); Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 545) if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 545) if(CharOperation.equals(completion, RestrictedIdentifiers.RECORD)) Discouraged access: The field 'RestrictedIdentifiers.RECORD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 547) if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 547) if(CharOperation.equals(completion, RestrictedIdentifiers.SEALED)) Discouraged access: The field 'RestrictedIdentifiers.SEALED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 549) if(CharOperation.equals(completion, RestrictedIdentifiers.NON_SEALED)) Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 549) if(CharOperation.equals(completion, RestrictedIdentifiers.NON_SEALED)) Discouraged access: The field 'RestrictedIdentifiers.NON_SEALED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 551) if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) Discouraged access: The type 'RestrictedIdentifiers' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 551) if(CharOperation.equals(completion, RestrictedIdentifiers.PERMITS)) Discouraged access: The field 'RestrictedIdentifiers.PERMITS' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 680) if (this.context instanceof InternalCompletionContext) { Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 681) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 681) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 682) ASTNode astNode = internalCompletionContext.getCompletionNode(); Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 682) ASTNode astNode = internalCompletionContext.getCompletionNode(); Discouraged access: The method 'InternalCompletionContext.getCompletionNode()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 683) if (astNode != null) return astNode.toString(); Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 690) if (this.context instanceof InternalCompletionContext) { Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 691) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 691) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 692) ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); Discouraged access: The type 'ASTNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 692) ASTNode astNode = internalCompletionContext.getCompletionNodeParent(); Discouraged access: The method 'InternalCompletionContext.getCompletionNodeParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 693) if (astNode != null) return astNode.toString(); Discouraged access: The method 'ASTNode.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 700) if (this.context instanceof InternalCompletionContext) { Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 701) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 701) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 702) ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 702) ObjectVector locals = internalCompletionContext.getVisibleLocalVariables(); Discouraged access: The method 'InternalCompletionContext.getVisibleLocalVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 703) if (locals != null) return locals.toString(); Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 710) if (this.context instanceof InternalCompletionContext) { Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 711) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 711) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 712) ObjectVector fields = internalCompletionContext.getVisibleFields(); Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 712) ObjectVector fields = internalCompletionContext.getVisibleFields(); Discouraged access: The method 'InternalCompletionContext.getVisibleFields()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 713) if (fields != null) return fields.toString(); Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 720) if (this.context instanceof InternalCompletionContext) { Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 721) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 721) InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context; Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 722) ObjectVector methods = internalCompletionContext.getVisibleMethods(); Discouraged access: The type 'ObjectVector' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 722) ObjectVector methods = internalCompletionContext.getVisibleMethods(); Discouraged access: The method 'InternalCompletionContext.getVisibleMethods()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java (at line 723) if (methods != null) return methods.toString(); Discouraged access: The method 'ObjectVector.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.24/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |