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/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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/nd/indexer/IndexerTest.java (at line 36) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader; Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 37) import org.eclipse.jdt.internal.core.nd.IReader; Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 38) import org.eclipse.jdt.internal.core.nd.db.ChunkCache; Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 39) import org.eclipse.jdt.internal.core.nd.db.Database; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 40) import org.eclipse.jdt.internal.core.nd.indexer.IndexTester; Discouraged access: The type 'IndexTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 41) import org.eclipse.jdt.internal.core.nd.indexer.Indexer; Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 42) import org.eclipse.jdt.internal.core.nd.java.JavaIndex; Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 43) import org.eclipse.jdt.internal.core.nd.java.NdType; Discouraged access: The type 'NdType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 44) import org.eclipse.jdt.internal.core.nd.java.NdTypeId; Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 45) import org.eclipse.jdt.internal.core.nd.java.model.BinaryTypeDescriptor; Discouraged access: The type 'BinaryTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 46) import org.eclipse.jdt.internal.core.nd.java.model.BinaryTypeFactory; Discouraged access: The type 'BinaryTypeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 47) import org.eclipse.jdt.internal.core.nd.java.model.IndexBinaryType; Discouraged access: The type 'IndexBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 52) * Tests for the {@link Database} class. Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 61) private static JavaIndex index; Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 73) index.getNd().getPath().delete(); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 73) index.getNd().getPath().delete(); Discouraged access: The method 'Nd.getPath()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 90) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 90) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The constructor 'Indexer(Nd, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 90) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 90) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 91) indexer.rescan(SubMonitor.convert(null)); Discouraged access: The method 'Indexer.rescan(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 94) JavaIndex testIndex = JavaIndex Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 94) JavaIndex testIndex = JavaIndex Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The method 'JavaIndex.getIndex(Nd)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The method 'JavaIndex.createNd(File, ChunkCache)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The method 'Database.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 95) .getIndex(JavaIndex.createNd(index.getNd().getDB().getLocation(), new ChunkCache())); Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 101) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 101) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 101) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 103) testIndex.findType("Ljava/util/List;".toCharArray()); Discouraged access: The method 'JavaIndex.findType(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 116) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 116) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 116) try (IReader reader = testIndex.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 117) NdTypeId type = testIndex.findType("Ljava/util/List;".toCharArray()); Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 117) NdTypeId type = testIndex.findType("Ljava/util/List;".toCharArray()); Discouraged access: The method 'JavaIndex.findType(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 125) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 125) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The constructor 'Indexer(Nd, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 125) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 125) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 127) indexer.rescan(SubMonitor.convert(null)); Discouraged access: The method 'Indexer.rescan(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 129) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 129) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 129) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 130) NdTypeId javaUtilList = IndexerTest.index.findType("Ljava/util/List;".toCharArray()); Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 130) NdTypeId javaUtilList = IndexerTest.index.findType("Ljava/util/List;".toCharArray()); Discouraged access: The method 'JavaIndex.findType(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 131) NdTypeId javaUtilArrayList = IndexerTest.index.findType("Ljava/util/ArrayList;".toCharArray()); Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 131) NdTypeId javaUtilArrayList = IndexerTest.index.findType("Ljava/util/ArrayList;".toCharArray()); Discouraged access: The method 'JavaIndex.findType(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 134) List<NdType> subtypes = javaUtilList.getSubTypes(); Discouraged access: The type 'NdType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 134) List<NdType> subtypes = javaUtilList.getSubTypes(); Discouraged access: The method 'NdTypeId.getSubTypes()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 135) for (NdType next : subtypes) { Discouraged access: The type 'NdType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 136) if (Objects.equals(next.getTypeId(), javaUtilArrayList)) { Discouraged access: The method 'NdType.getTypeId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 189) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 189) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The constructor 'Indexer(Nd, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 189) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 189) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 191) indexer.rescan(SubMonitor.convert(null)); Discouraged access: The method 'Indexer.rescan(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 195) JavaIndex localIndex = IndexerTest.index; Discouraged access: The type 'JavaIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 196) try (IReader reader = localIndex.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 196) try (IReader reader = localIndex.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 196) try (IReader reader = localIndex.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 208) BinaryTypeDescriptor descriptor = BinaryTypeFactory.createDescriptor((IOrdinaryClassFile) nextClass); Discouraged access: The type 'BinaryTypeDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 208) BinaryTypeDescriptor descriptor = BinaryTypeFactory.createDescriptor((IOrdinaryClassFile) nextClass); Discouraged access: The type 'BinaryTypeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 208) BinaryTypeDescriptor descriptor = BinaryTypeFactory.createDescriptor((IOrdinaryClassFile) nextClass); Discouraged access: The method 'BinaryTypeFactory.createDescriptor(IOrdinaryClassFile)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 209) IndexBinaryType indexedBinaryType = (IndexBinaryType)BinaryTypeFactory.readFromIndex(localIndex, descriptor, classMon); Discouraged access: The type 'IndexBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 209) IndexBinaryType indexedBinaryType = (IndexBinaryType)BinaryTypeFactory.readFromIndex(localIndex, descriptor, classMon); Discouraged access: The type 'IndexBinaryType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 209) IndexBinaryType indexedBinaryType = (IndexBinaryType)BinaryTypeFactory.readFromIndex(localIndex, descriptor, classMon); Discouraged access: The type 'BinaryTypeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 209) IndexBinaryType indexedBinaryType = (IndexBinaryType)BinaryTypeFactory.readFromIndex(localIndex, descriptor, classMon); Discouraged access: The method 'BinaryTypeFactory.readFromIndex(JavaIndex, BinaryTypeDescriptor, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 210) ClassFileReader originalBinaryType = BinaryTypeFactory.rawReadType(descriptor, true); Discouraged access: The type 'ClassFileReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 210) ClassFileReader originalBinaryType = BinaryTypeFactory.rawReadType(descriptor, true); Discouraged access: The type 'BinaryTypeFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 210) ClassFileReader originalBinaryType = BinaryTypeFactory.rawReadType(descriptor, true); Discouraged access: The method 'BinaryTypeFactory.rawReadType(BinaryTypeDescriptor, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 212) if (!indexedBinaryType.exists()) { Discouraged access: The method 'IndexBinaryType.exists()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 213) throw new IllegalStateException("Unable to find class in index " + new String(descriptor.indexPath)); Discouraged access: The field 'BinaryTypeDescriptor.indexPath' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 215) IndexTester.testType(originalBinaryType, indexedBinaryType); Discouraged access: The type 'IndexTester' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 215) IndexTester.testType(originalBinaryType, indexedBinaryType); Discouraged access: The method 'IndexTester.testType(IBinaryType, IBinaryType)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 227) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 227) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The constructor 'Indexer(Nd, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 227) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 227) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 229) indexer.rescan(SubMonitor.convert(null)); Discouraged access: The method 'Indexer.rescan(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 231) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 231) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 231) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 232) List<Object> javaUtilList = IndexerTest.index.findTypesBySimpleName("ArrayList".toCharArray()).stream() Discouraged access: The method 'JavaIndex.findTypesBySimpleName(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 233) .map(new Function<NdTypeId, String>() { Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 235) public String apply(NdTypeId typeId) { Discouraged access: The type 'NdTypeId' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 236) return typeId.toString(); Discouraged access: The method 'NdTypeSignature.toString()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 247) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 247) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The constructor 'Indexer(Nd, IWorkspaceRoot)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 247) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 247) Indexer indexer = new Indexer(index.getNd(), root); Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 249) indexer.rescan(SubMonitor.convert(null)); Discouraged access: The method 'Indexer.rescan(IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 251) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The type 'IReader' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 251) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'JavaIndex.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 251) try (IReader reader = IndexerTest.index.getNd().acquireReadLock()) { Discouraged access: The method 'Nd.acquireReadLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/indexer/IndexerTest.java (at line 252) List<Object> javaUtilList = IndexerTest.index.findTypesBySimpleName("Array".toCharArray()).stream() Discouraged access: The method 'JavaIndex.findTypesBySimpleName(char[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 22) import org.eclipse.jdt.internal.core.nd.Nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 23) import org.eclipse.jdt.internal.core.nd.NdNode; Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 24) import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry; Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 25) import org.eclipse.jdt.internal.core.nd.RawGrowableArray; Discouraged access: The type 'RawGrowableArray' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 26) import org.eclipse.jdt.internal.core.nd.db.Database; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 27) import org.eclipse.jdt.internal.core.nd.field.FieldInt; Discouraged access: The type 'FieldInt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 28) import org.eclipse.jdt.internal.core.nd.field.FieldManyToOne; Discouraged access: The type 'FieldManyToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 29) import org.eclipse.jdt.internal.core.nd.field.FieldOneToMany; Discouraged access: The type 'FieldOneToMany<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 30) import org.eclipse.jdt.internal.core.nd.field.StructDef; Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 35) public static class ForwardPointerStruct extends NdNode { Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 36) public static final FieldManyToOne<BackPointerStruct> FORWARD; Discouraged access: The type 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 37) public static final FieldManyToOne<BackPointerStruct> OWNER; Discouraged access: The type 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 40) public static final StructDef<ForwardPointerStruct> type; Discouraged access: The type 'StructDef<FieldBackPointerTest.ForwardPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 43) type = StructDef.create(ForwardPointerStruct.class, NdNode.type); Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 43) type = StructDef.create(ForwardPointerStruct.class, NdNode.type); Discouraged access: The method 'StructDef.create(Class<FieldBackPointerTest.ForwardPointerStruct>, StructDef<? super FieldBackPointerTest.ForwardPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 43) type = StructDef.create(ForwardPointerStruct.class, NdNode.type); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 43) type = StructDef.create(ForwardPointerStruct.class, NdNode.type); Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 45) FORWARD = FieldManyToOne.create(type, BackPointerStruct.BACK); Discouraged access: The type 'FieldManyToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 45) FORWARD = FieldManyToOne.create(type, BackPointerStruct.BACK); Discouraged access: The method 'FieldManyToOne.create(StructDef<FieldBackPointerTest.ForwardPointerStruct>, FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 46) OWNER = FieldManyToOne.createOwner(type, BackPointerStruct.OWNED); Discouraged access: The type 'FieldManyToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 46) OWNER = FieldManyToOne.createOwner(type, BackPointerStruct.OWNED); Discouraged access: The method 'FieldManyToOne.createOwner(StructDef<FieldBackPointerTest.ForwardPointerStruct>, FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 47) type.done(); Discouraged access: The method 'StructDef<FieldBackPointerTest.ForwardPointerStruct>.done()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 50) public ForwardPointerStruct(Nd nd) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 51) super(nd); Discouraged access: The constructor 'NdNode(Nd)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 54) public ForwardPointerStruct(Nd nd, long record) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 55) super(nd, record); Discouraged access: The constructor 'NdNode(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 59) FORWARD.put(getNd(), this.address, toSet); Discouraged access: The method 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>.put(Nd, long, FieldBackPointerTest.BackPointerStruct)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 59) FORWARD.put(getNd(), this.address, toSet); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 59) FORWARD.put(getNd(), this.address, toSet); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 63) return FORWARD.get(getNd(), this.address); Discouraged access: The method 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 63) return FORWARD.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 63) return FORWARD.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 67) OWNER.put(getNd(), this.address, owner); Discouraged access: The method 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>.put(Nd, long, FieldBackPointerTest.BackPointerStruct)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 67) OWNER.put(getNd(), this.address, owner); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 67) OWNER.put(getNd(), this.address, owner); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 71) return OWNER.get(getNd(), this.address); Discouraged access: The method 'FieldManyToOne<FieldBackPointerTest.BackPointerStruct>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 71) return OWNER.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 71) return OWNER.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 75) public static class BackPointerStruct extends NdNode { Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 76) public static final FieldOneToMany<ForwardPointerStruct> BACK; Discouraged access: The type 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 77) public static final FieldOneToMany<ForwardPointerStruct> OWNED; Discouraged access: The type 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 78) public static final FieldInt SOMEINT; Discouraged access: The type 'FieldInt' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 81) public static final StructDef<BackPointerStruct> type; Discouraged access: The type 'StructDef<FieldBackPointerTest.BackPointerStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 84) type = StructDef.create(BackPointerStruct.class, NdNode.type); Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 84) type = StructDef.create(BackPointerStruct.class, NdNode.type); Discouraged access: The method 'StructDef.create(Class<FieldBackPointerTest.BackPointerStruct>, StructDef<? super FieldBackPointerTest.BackPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 84) type = StructDef.create(BackPointerStruct.class, NdNode.type); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 84) type = StructDef.create(BackPointerStruct.class, NdNode.type); Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 86) BACK = FieldOneToMany.create(type, ForwardPointerStruct.FORWARD, 2); Discouraged access: The type 'FieldOneToMany<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 86) BACK = FieldOneToMany.create(type, ForwardPointerStruct.FORWARD, 2); Discouraged access: The method 'FieldOneToMany.create(StructDef<FieldBackPointerTest.BackPointerStruct>, FieldManyToOne<FieldBackPointerTest.BackPointerStruct>, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 87) OWNED = FieldOneToMany.create(type, ForwardPointerStruct.OWNER, 0); Discouraged access: The type 'FieldOneToMany<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 87) OWNED = FieldOneToMany.create(type, ForwardPointerStruct.OWNER, 0); Discouraged access: The method 'FieldOneToMany.create(StructDef<FieldBackPointerTest.BackPointerStruct>, FieldManyToOne<FieldBackPointerTest.BackPointerStruct>, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 88) SOMEINT = type.addInt(); Discouraged access: The method 'StructDef<FieldBackPointerTest.BackPointerStruct>.addInt()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 89) type.done(); Discouraged access: The method 'StructDef<FieldBackPointerTest.BackPointerStruct>.done()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 92) public BackPointerStruct(Nd nd) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 93) super(nd); Discouraged access: The constructor 'NdNode(Nd)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 96) SOMEINT.put(nd, this.address, 0xf0f0f0f0); Discouraged access: The method 'FieldInt.put(Nd, long, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 96) SOMEINT.put(nd, this.address, 0xf0f0f0f0); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 99) public BackPointerStruct(Nd nd, long record) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 100) super(nd, record); Discouraged access: The constructor 'NdNode(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 104) BACK.ensureCapacity(getNd(), this.address, capacity); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.ensureCapacity(Nd, long, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 104) BACK.ensureCapacity(getNd(), this.address, capacity); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 104) BACK.ensureCapacity(getNd(), this.address, capacity); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 108) return BACK.getCapacity(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.getCapacity(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 108) return BACK.getCapacity(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 108) return BACK.getCapacity(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 112) return BACK.getAddressOf(getNd(), this.address, idx); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.getAddressOf(Nd, long, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 112) return BACK.getAddressOf(getNd(), this.address, idx); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 112) return BACK.getAddressOf(getNd(), this.address, idx); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 116) return BACK.asList(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.asList(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 116) return BACK.asList(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 116) return BACK.asList(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 120) return OWNED.asList(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.asList(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 120) return OWNED.asList(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 120) return OWNED.asList(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 124) return BACK.size(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.size(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 124) return BACK.size(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 124) return BACK.size(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 128) return BACK.isEmpty(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.isEmpty(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 128) return BACK.isEmpty(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 128) return BACK.isEmpty(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 132) return OWNED.isEmpty(getNd(), this.address); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.isEmpty(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 132) return OWNED.isEmpty(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 132) return OWNED.isEmpty(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 136) return BACK.get(getNd(), this.address, i); Discouraged access: The method 'FieldOneToMany<FieldBackPointerTest.ForwardPointerStruct>.get(Nd, long, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 136) return BACK.get(getNd(), this.address, i); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 136) return BACK.get(getNd(), this.address, i); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 146) private Nd nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 152) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 152) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The constructor 'NdNodeTypeRegistry<NdNode>()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 152) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 153) registry.register(0, BackPointerStruct.type.getFactory()); Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldBackPointerTest.BackPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 153) registry.register(0, BackPointerStruct.type.getFactory()); Discouraged access: The method 'StructDef<FieldBackPointerTest.BackPointerStruct>.getFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 154) registry.register(1, ForwardPointerStruct.type.getFactory()); Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldBackPointerTest.ForwardPointerStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 154) registry.register(1, ForwardPointerStruct.type.getFactory()); Discouraged access: The method 'StructDef<FieldBackPointerTest.ForwardPointerStruct>.getFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 156) this.nd.getDB().setExclusiveLock(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 156) this.nd.getDB().setExclusiveLock(); Discouraged access: The method 'Database.setExclusiveLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 178) this.nd.getDB().giveUpExclusiveLock(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 178) this.nd.getDB().giveUpExclusiveLock(); Discouraged access: The method 'Database.giveUpExclusiveLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 180) int totalSize = Database.CHUNK_SIZE * 0x400; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldBackPointerTest.java (at line 180) int totalSize = Database.CHUNK_SIZE * 0x400; Discouraged access: The field 'Database.CHUNK_SIZE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 1605) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1605) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1605) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1606) 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.19/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 3584) 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.19/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 3584) 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.19/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 3663) 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.19/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 3663) 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.19/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 4247) 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.19/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 4247) 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.19/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 4343) 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.19/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 4343) 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.19/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 4447) 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.19/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 4447) 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.19/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 4469) 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.19/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 4469) 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.19/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 4596) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4596) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4596) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4597) 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.19/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 4600) 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.19/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 4600) 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.19/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 4633) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4633) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4633) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 4634) 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.19/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 4637) 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.19/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 4637) 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.19/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 4742) 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.19/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 4742) 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.19/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/nd/FieldOneToOneTest.java (at line 17) import org.eclipse.jdt.internal.core.nd.Nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 18) import org.eclipse.jdt.internal.core.nd.NdNode; Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 19) import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry; Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 20) import org.eclipse.jdt.internal.core.nd.field.FieldOneToOne; Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 21) import org.eclipse.jdt.internal.core.nd.field.StructDef; Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 29) public static class TestStruct extends NdNode { Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 30) public static final FieldOneToOne<TestStruct2> ANOTHER_STRUCT; Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 31) public static final FieldOneToOne<TestStruct2> OWNED; Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 34) public static final StructDef<TestStruct> type; Discouraged access: The type 'StructDef<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 37) type = StructDef.create(TestStruct.class, NdNode.type); Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 37) type = StructDef.create(TestStruct.class, NdNode.type); Discouraged access: The method 'StructDef.create(Class<FieldOneToOneTest.TestStruct>, StructDef<? super FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 37) type = StructDef.create(TestStruct.class, NdNode.type); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 37) type = StructDef.create(TestStruct.class, NdNode.type); Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 39) ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.ANOTHER_STRUCT); Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 39) ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.ANOTHER_STRUCT); Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct>, StructDef<FieldOneToOneTest.TestStruct2>, FieldOneToOne<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 40) OWNED = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.OWNER); Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 40) OWNED = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.OWNER); Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct>, StructDef<FieldOneToOneTest.TestStruct2>, FieldOneToOne<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 41) type.done(); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.done()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 44) public TestStruct(Nd nd) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 45) super(nd); Discouraged access: The constructor 'NdNode(Nd)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 48) public TestStruct(Nd nd, long record) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 49) super(nd, record); Discouraged access: The constructor 'NdNode(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 53) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.put(Nd, long, FieldOneToOneTest.TestStruct2)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 53) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 53) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 57) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 57) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 57) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 61) OWNED.put(getNd(), this.address, owned); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.put(Nd, long, FieldOneToOneTest.TestStruct2)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 61) OWNED.put(getNd(), this.address, owned); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 61) OWNED.put(getNd(), this.address, owned); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 65) return OWNED.get(getNd(), this.address); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 65) return OWNED.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 65) return OWNED.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 70) super.destruct(); Discouraged access: The method 'NdNode.destruct()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 75) public static class TestStruct2 extends NdNode { Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 76) public static final FieldOneToOne<TestStruct> OWNER; Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 77) public static final FieldOneToOne<TestStruct> ANOTHER_STRUCT; Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 80) public static final StructDef<TestStruct2> type; Discouraged access: The type 'StructDef<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 83) type = StructDef.create(TestStruct2.class, NdNode.type); Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 83) type = StructDef.create(TestStruct2.class, NdNode.type); Discouraged access: The method 'StructDef.create(Class<FieldOneToOneTest.TestStruct2>, StructDef<? super FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 83) type = StructDef.create(TestStruct2.class, NdNode.type); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 83) type = StructDef.create(TestStruct2.class, NdNode.type); Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 85) OWNER = FieldOneToOne.createOwner(type, TestStruct.type, TestStruct.OWNED); Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 85) OWNER = FieldOneToOne.createOwner(type, TestStruct.type, TestStruct.OWNED); Discouraged access: The method 'FieldOneToOne.createOwner(StructDef<FieldOneToOneTest.TestStruct2>, StructDef<FieldOneToOneTest.TestStruct>, FieldOneToOne<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 86) ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct.type, TestStruct.ANOTHER_STRUCT); Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 86) ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct.type, TestStruct.ANOTHER_STRUCT); Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct2>, StructDef<FieldOneToOneTest.TestStruct>, FieldOneToOne<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 88) type.done(); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.done()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 91) public TestStruct2(Nd nd) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 92) super(nd); Discouraged access: The constructor 'NdNode(Nd)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 95) public TestStruct2(Nd nd, long record) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 96) super(nd, record); Discouraged access: The constructor 'NdNode(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 100) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.put(Nd, long, FieldOneToOneTest.TestStruct)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 100) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 100) ANOTHER_STRUCT.put(getNd(), this.address, toSet); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 104) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 104) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 104) return ANOTHER_STRUCT.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 108) OWNER.put(getNd(), this.address, owner); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.put(Nd, long, FieldOneToOneTest.TestStruct)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 108) OWNER.put(getNd(), this.address, owner); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 108) OWNER.put(getNd(), this.address, owner); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 112) return OWNER.get(getNd(), this.address); Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.get(Nd, long)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 112) return OWNER.get(getNd(), this.address); Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 112) return OWNER.get(getNd(), this.address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 117) super.destruct(); Discouraged access: The method 'NdNode.destruct()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 126) private Nd nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 134) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 134) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The constructor 'NdNodeTypeRegistry<NdNode>()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 134) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 135) registry.register(0, TestStruct2.type.getFactory()); Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 135) registry.register(0, TestStruct2.type.getFactory()); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.getFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 136) registry.register(1, TestStruct.type.getFactory()); Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 136) registry.register(1, TestStruct.type.getFactory()); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.getFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 138) this.nd.getDB().setExclusiveLock(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 138) this.nd.getDB().setExclusiveLock(); Discouraged access: The method 'Database.setExclusiveLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 153) assertEquals(this.owner.address, this.owned.getOwner().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 153) assertEquals(this.owner.address, this.owned.getOwner().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 154) assertEquals(this.owned.address, this.owner.getOwned().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 154) assertEquals(this.owned.address, this.owner.getOwned().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 155) assertEquals(this.referencer.address, this.referenced.getAnother().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 155) assertEquals(this.referencer.address, this.referenced.getAnother().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 156) assertEquals(this.referenced.address, this.referencer.getAnother().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 156) assertEquals(this.referenced.address, this.referencer.getAnother().address); Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 160) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 160) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 164) this.nd.processDeletions(); Discouraged access: The method 'Nd.processDeletions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 167) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size()); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 167) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size()); Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 167) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size()); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.size()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 172) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 172) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 174) this.owner.delete(); Discouraged access: The method 'NdNode.delete()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 176) this.nd.processDeletions(); Discouraged access: The method 'Nd.processDeletions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 178) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size()); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 178) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size()); Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 178) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size()); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.size()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 178) assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size()); Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.size()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 184) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 184) long freed = this.nd.getDB().getBytesFreed(); Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/FieldOneToOneTest.java (at line 189) this.nd.processDeletions(); Discouraged access: The method 'Nd.processDeletions()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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/nd/DatabaseTestUtil.java (at line 21) import org.eclipse.jdt.internal.core.nd.Nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 22) import org.eclipse.jdt.internal.core.nd.NdNode; Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 23) import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry; Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 24) import org.eclipse.jdt.internal.core.nd.db.ChunkCache; Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 25) import org.eclipse.jdt.internal.core.nd.db.Database; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 47) * Creates an empty {@link Nd} with an empty type registry and randomly-named Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 51) * @return the new {@link Nd} Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 53) public static Nd createEmptyNd(String testName) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 54) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 54) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 54) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The constructor 'NdNodeTypeRegistry<NdNode>()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 55) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 55) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 55) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 55) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 58) public static Nd createEmptyNd(String testName, NdNodeTypeRegistry<NdNode> registry) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 58) public static Nd createEmptyNd(String testName, NdNodeTypeRegistry<NdNode> registry) { Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 59) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 59) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 59) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 59) return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0); Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 62) static Nd createWithoutNodeRegistry(String testName) { Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 63) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 63) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 63) NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>(); Discouraged access: The constructor 'NdNodeTypeRegistry<NdNode>()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 64) Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 64) Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 64) Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 64) Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 64) Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 71) static void deleteDatabase(Database db) { Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 72) db.close(); Discouraged access: The method 'Database.close()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 73) if (!db.getLocation().delete()) { Discouraged access: The method 'Database.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/DatabaseTestUtil.java (at line 74) db.getLocation().deleteOnExit(); Discouraged access: The method 'Database.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 19) import org.eclipse.jdt.internal.core.nd.Nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 20) import org.eclipse.jdt.internal.core.nd.db.Database; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 25) * Tests for the {@link Database} class. Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 28) private Nd nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 29) protected Database db; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 36) this.db = this.nd.getDB(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 37) this.db.setExclusiveLock(); Discouraged access: The method 'Database.setExclusiveLock()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 38) this.db.flush(); Discouraged access: The method 'Database.flush()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 52) return malloc(Database.getBytesThatFitInChunks(chunks)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 52) return malloc(Database.getBytesThatFitInChunks(chunks)); Discouraged access: The method 'Database.getBytesThatFitInChunks(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 56) return this.db.malloc(bytes, Database.POOL_MISC); Discouraged access: The method 'Database.malloc(long, short)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 56) return this.db.malloc(bytes, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 56) return this.db.malloc(bytes, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 60) this.db.free(address, Database.POOL_MISC); Discouraged access: The method 'Database.free(long, short)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 60) this.db.free(address, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 60) this.db.free(address, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 68) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 74) this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 83) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 91) numChunks + chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 102) long tempAddress = malloc(Database.getBytesThatFitInChunks(10)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 102) long tempAddress = malloc(Database.getBytesThatFitInChunks(10)); Discouraged access: The method 'Database.getBytesThatFitInChunks(int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 111) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 116) this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 121) this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 126) this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 137) this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 152) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 155) assertEquals("The merged block should have been used", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 170) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 173) assertEquals("The merged block should have been used", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 190) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 193) assertEquals("The merged block should have been used", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 208) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 221) assertEquals("Chunks 3 and 4 should have been merged", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 236) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 249) assertEquals("Chunks 3 and 4 should have been merged", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 264) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 272) assertEquals("A chunk should have been reused", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 315) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 329) assertEquals("A chunk should have been reused", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 345) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 354) assertEquals("A chunk should have been reused", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 375) int chunkCount = this.db.getChunkCount(); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 403) assertEquals("A chunk should have been reused", chunkCount, this.db.getChunkCount()); Discouraged access: The method 'Database.getChunkCount()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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/nd/LargeBlockTest.java (at line 407) this.db.validateFreeSpace(); Discouraged access: The method 'Database.validateFreeSpace()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 648) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 649) SourceMethod sm = (SourceMethod)elements[0]; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 649) SourceMethod sm = (SourceMethod)elements[0]; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 650) IJavaElement parent = sm.getParent(); Discouraged access: The method 'JavaElement.getParent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 651) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 651) SourceType st = (SourceType)parent; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 652) assertTrue(st.isRecord()); Discouraged access: The method 'SourceType.isRecord()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 680) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 711) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 742) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 774) assertTrue(elements[0] instanceof SourceMethod); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 801) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 828) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 857) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 891) assertTrue(elements[0] instanceof ResolvedSourceType); Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 892) 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.19/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 892) 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.19/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 920) assertTrue(elements[0] instanceof LocalVariable); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 943) assertTrue(!(elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 944) assertTrue((elements[0] instanceof SourceField)); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 972) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 998) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1028) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1058) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1087) assertTrue((elements[0] instanceof LocalVariable)); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1130) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1152) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1195) assertTrue((elements[0] instanceof SourceType)); Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1735) assertTrue(elements[0] instanceof SourceField); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 1763) assertTrue(elements[0] instanceof SourceField); Discouraged access: The type 'SourceField' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 85) 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.19/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 86) 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.19/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 6553) 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.19/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 6553) 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.19/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 6553) 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.19/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 6553) 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.19/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 6554) 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.19/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 6554) 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.19/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 6554) 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.19/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 6566) 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.19/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 6566) 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.19/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 6566) 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.19/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 6566) 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.19/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 6567) 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.19/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 6567) 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.19/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 6567) 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.19/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 7397) 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.19/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 7397) 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.19/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 7397) 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.19/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 7397) 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.19/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.19/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.19/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.19/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 171) 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.19/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 171) 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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 253) "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.19/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 253) "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.19/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 253) "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.19/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 253) "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.19/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 253) "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.19/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 253) "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.19/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 316) "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.19/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 316) "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.19/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 316) "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.19/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 316) "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.19/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 316) "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.19/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 316) "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.19/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 378) "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.19/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 378) "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.19/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 378) "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.19/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 378) "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.19/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 378) "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.19/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 378) "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.19/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 441) "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.19/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 441) "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.19/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 441) "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.19/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 441) "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.19/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 441) "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.19/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 441) "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.19/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 499) "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.19/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 499) "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.19/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 499) "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.19/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 499) "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.19/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 499) "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.19/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 499) "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.19/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 500) " 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.19/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 500) " 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.19/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 500) " 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.19/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 500) " 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.19/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 500) " 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.19/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 500) " 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.19/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 501) "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.19/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 501) "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.19/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 501) "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.19/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 501) "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.19/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 501) "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.19/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 501) "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.19/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 502) " 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.19/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 502) " 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.19/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 502) " 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.19/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 502) " 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.19/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 502) " 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.19/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 502) " 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.19/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 503) "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.19/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 503) "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.19/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 503) "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.19/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 503) "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.19/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 503) "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.19/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 503) "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.19/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 504) " 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.19/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 504) " 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.19/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 504) " 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.19/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 504) " 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.19/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 504) " 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.19/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 504) " 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.19/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 505) "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.19/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 505) "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.19/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 505) "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.19/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 505) "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.19/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 505) "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.19/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 505) "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.19/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 506) " 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.19/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 506) " 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.19/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 506) " 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.19/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 506) " 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.19/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 506) " 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.19/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 506) " 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.19/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 507) "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.19/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 507) "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.19/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 507) "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.19/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 507) "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.19/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 507) "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.19/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 507) "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.19/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 508) " 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.19/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 508) " 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.19/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 508) " 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.19/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 508) " 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.19/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 508) " 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.19/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 508) " 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.19/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 566) "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.19/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 566) "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.19/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 566) "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.19/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 566) "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.19/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 566) "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.19/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 566) "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.19/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 567) " 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.19/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 567) " 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.19/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 567) " 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.19/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 87) "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.19/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 87) "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.19/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 87) "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.19/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 87) "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.19/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 87) "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.19/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 87) "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.19/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 88) "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.19/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 88) "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.19/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 88) "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.19/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 88) "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.19/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 88) "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.19/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 88) "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.19/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 89) "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.19/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 89) "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.19/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 89) "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.19/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 89) "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.19/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 89) "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.19/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 89) "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.19/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 114) "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.19/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 114) "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.19/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 114) "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.19/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 114) "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.19/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 114) "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.19/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 114) "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.19/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 115) "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.19/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 115) "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.19/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 115) "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.19/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 115) "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.19/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 115) "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.19/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 115) "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.19/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 116) "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.19/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 116) "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.19/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 116) "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.19/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 116) "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.19/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 116) "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.19/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 116) "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.19/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 140) "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.19/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 140) "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.19/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 140) "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.19/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 140) "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.19/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 140) "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.19/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 140) "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.19/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 141) "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.19/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 141) "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.19/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 141) "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.19/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 141) "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.19/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 141) "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.19/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 141) "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.19/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 165) "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.19/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 165) "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.19/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 165) "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.19/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 165) "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.19/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 165) "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.19/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 165) "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.19/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 166) "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.19/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 166) "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.19/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 166) "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.19/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 166) "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.19/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 166) "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.19/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 166) "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.19/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 167) "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.19/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 167) "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.19/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 167) "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.19/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 167) "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.19/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 167) "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.19/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 167) "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.19/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 191) "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.19/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 191) "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.19/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 191) "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.19/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 191) "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.19/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 191) "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.19/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 191) "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.19/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 192) "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.19/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 192) "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.19/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 192) "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.19/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 192) "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.19/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 192) "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.19/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 193) "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.19/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 193) "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.19/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 193) "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.19/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 193) "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.19/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 193) "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.19/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 218) "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.19/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 218) "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.19/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 218) "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.19/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 218) "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.19/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 218) "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.19/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 218) "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.19/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 219) "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.19/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 219) "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.19/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 219) "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.19/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 219) "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.19/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 219) "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.19/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 220) "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.19/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 220) "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.19/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 220) "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.19/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 220) "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.19/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 220) "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.19/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 244) "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.19/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 244) "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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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/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.19/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.19/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.19/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.19/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 2819) MatchLocator.setFocus(pattern, method); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 2819) 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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 411) 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.19/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 411) 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.19/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 411) 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.19/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 411) 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.19/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 477) 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.19/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 477) 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.19/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 477) 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.19/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 477) 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.19/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 488) 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.19/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 488) 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.19/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 488) 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.19/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 488) 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.19/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 540) 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.19/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 540) 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.19/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 540) 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.19/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 540) 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.19/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 687) 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.19/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 687) 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.19/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 687) 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.19/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 687) 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.19/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 703) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 703) UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName); Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 703) 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.19/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 708) 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.19/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 708) 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.19/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 724) 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.19/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 749) 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.19/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 749) 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.19/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 749) 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.19/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 749) 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.19/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 763) 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.19/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 763) 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.19/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 763) 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.19/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 763) 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.19/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 803) 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.19/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 803) 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.19/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 803) 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.19/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 803) 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.19/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 803) 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.19/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 813) 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.19/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 813) 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.19/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 813) 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.19/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 813) 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.19/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 813) 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.19/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 851) 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.19/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 851) 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.19/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 851) 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.19/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 851) 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.19/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 851) 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.19/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 862) 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.19/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 862) 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.19/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 862) 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.19/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 862) 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.19/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 862) 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.19/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 880) ClasspathEntry.setSharedIndexLocation(sharedIndexDir, getClass()); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 880) 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.19/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 913) 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.19/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 913) 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.19/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 913) 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.19/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 913) 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.19/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 923) ClasspathEntry.setSharedIndexLocation(null, getClass()); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 923) 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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 constructor 'Scanner(boolean, boolean, boolean, long, char[][], char[][], boolean, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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 type 'Scanner' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/I-build-4.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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.19/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 |