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/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 23) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 57) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 58) this.formatterPrefs.comment_clear_blank_lines_in_block_comment = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_block_comment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 59) this.formatterPrefs.comment_clear_blank_lines_in_javadoc_comment = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_clear_blank_lines_in_javadoc_comment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 60) this.formatterPrefs.comment_format_header = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_header' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java (at line 61) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 25) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 831) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 831) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 831) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java (at line 831) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 29) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1485) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1485) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1546) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java (at line 1546) resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 1624) ((ClasspathEntry) entry).sourceAttachmentPath = null; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1624) ((ClasspathEntry) entry).sourceAttachmentPath = null; Discouraged access: The field 'ClasspathEntry.sourceAttachmentPath' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 44) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 155) sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 155) sourceChars = Util.getFileCharContent(javaCoreSourceFile, null); Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 171) sourceChars = Util.getInputStreamAsCharArray(inputStream, (int)entry.getSize(), null); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java (at line 171) sourceChars = Util.getInputStreamAsCharArray(inputStream, (int)entry.getSize(), null); Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 27) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 70) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 93) "first[LOCAL_VARIABLE_REF]{first, null, I, first, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 125) "CASE_INSENSITIVE_ORDER[FIELD_REF]{CASE_INSENSITIVE_ORDER, Ljava.lang.String;, Ljava.util.Comparator<Ljava.lang.String;>;, CASE_INSENSITIVE_ORDER, null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 126) "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([C)Ljava.lang.String;, copyValueOf, (arg0), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 127) "copyValueOf[METHOD_REF]{copyValueOf(), Ljava.lang.String;, ([CII)Ljava.lang.String;, copyValueOf, (arg0, arg1, arg2), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 128) "charAt[METHOD_REF]{charAt(), Ljava.lang.String;, (I)C, charAt, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 129) "chars[METHOD_REF]{chars(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, chars, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 130) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 131) "codePointAt[METHOD_REF]{codePointAt(), Ljava.lang.String;, (I)I, codePointAt, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 132) "codePointBefore[METHOD_REF]{codePointBefore(), Ljava.lang.String;, (I)I, codePointBefore, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 133) "codePointCount[METHOD_REF]{codePointCount(), Ljava.lang.String;, (II)I, codePointCount, (arg0, arg1), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 134) "codePoints[METHOD_REF]{codePoints(), Ljava.lang.CharSequence;, ()Ljava.util.stream.IntStream;, codePoints, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 135) "compareTo[METHOD_REF]{compareTo(), Ljava.lang.String;, (Ljava.lang.String;)I, compareTo, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 136) "compareToIgnoreCase[METHOD_REF]{compareToIgnoreCase(), Ljava.lang.String;, (Ljava.lang.String;)I, compareToIgnoreCase, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 137) "concat[METHOD_REF]{concat(), Ljava.lang.String;, (Ljava.lang.String;)Ljava.lang.String;, concat, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 138) "contains[METHOD_REF]{contains(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contains, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 139) "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.CharSequence;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 140) "contentEquals[METHOD_REF]{contentEquals(), Ljava.lang.String;, (Ljava.lang.StringBuffer;)Z, contentEquals, (arg0), " + (R_DEFAULT + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 161) "lpx5[LOCAL_VARIABLE_REF]{lpx5, null, I, lpx5, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 162) "lpx6[LOCAL_VARIABLE_REF]{lpx6, null, I, lpx6, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 190) "argument[LOCAL_VARIABLE_REF]{argument, null, I, argument, null, " + (R_DEFAULT + 52) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 215) "argument[LOCAL_VARIABLE_REF]{argument, null, I, argument, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 241) "argument[LOCAL_VARIABLE_REF]{argument, null, Ljava.lang.Object;, argument, null, " + (R_DEFAULT + 21) + "}", // FIXME should be "I" and 22 like test006 Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 269) "class[FIELD_REF]{class, null, Ljava.lang.Class<LX;>;, class, null, " + (R_DEFAULT + 21) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 270) "f[FIELD_REF]{f, LX;, LFoo;, f, null, " + (R_DEFAULT + 21) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 271) "x1[FIELD_REF]{x1, LX;, I, x1, null, " + (R_DEFAULT + 51) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 297) "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 298) "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 299) "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 300) "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 301) "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 302) "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 303) "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 304) "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 305) "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 306) "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 307) "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 308) "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 309) "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 310) "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 311) "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 312) "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 313) "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 314) "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 315) "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 316) "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 317) "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 318) "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 319) "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 345) "[POTENTIAL_METHOD_DECLARATION]{, LX;, ()V, , null, " + (R_DEFAULT + 9) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 346) "abstract[KEYWORD]{abstract, null, null, abstract, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 347) "class[KEYWORD]{class, null, null, class, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 348) "enum[KEYWORD]{enum, null, null, enum, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 349) "final[KEYWORD]{final, null, null, final, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 350) "interface[KEYWORD]{interface, null, null, interface, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 351) "native[KEYWORD]{native, null, null, native, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 352) "private[KEYWORD]{private, null, null, private, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 353) "protected[KEYWORD]{protected, null, null, protected, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 354) "public[KEYWORD]{public, null, null, public, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 355) "static[KEYWORD]{static, null, null, static, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 356) "strictfp[KEYWORD]{strictfp, null, null, strictfp, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 357) "synchronized[KEYWORD]{synchronized, null, null, synchronized, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 358) "transient[KEYWORD]{transient, null, null, transient, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 359) "volatile[KEYWORD]{volatile, null, null, volatile, null, " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 360) "I[TYPE_REF]{I, , LI;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 361) "J[TYPE_REF]{J, , LJ;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 362) "X[TYPE_REF]{X, , LX;, null, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 363) "clone[METHOD_DECLARATION]{protected Object clone() throws CloneNotSupportedException, Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 364) "equals[METHOD_DECLARATION]{public boolean equals(Object obj), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 365) "finalize[METHOD_DECLARATION]{protected void finalize() throws Throwable, Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 366) "hashCode[METHOD_DECLARATION]{public int hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 367) "toString[METHOD_DECLARATION]{public String toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 22) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 397) "goo[METHOD_REF]{goo(), LX;, (LI;)V, goo, (i), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 398) "goo[METHOD_REF]{goo(), LX;, (Ljava.lang.String;)V, goo, (s), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 399) "main[METHOD_REF]{main(), LX;, ([Ljava.lang.String;)V, main, (args), " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 400) "clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 401) "equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 402) "finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 403) "getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class<*>;, getClass, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 404) "hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 405) "notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 406) "notifyAll[METHOD_REF]{notifyAll(), Ljava.lang.Object;, ()V, notifyAll, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 407) "toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 408) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, ()V, wait, null, " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 409) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (J)V, wait, (millis), " + (R_DEFAULT + 30) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 410) "wait[METHOD_REF]{wait(), Ljava.lang.Object;, (JI)V, wait, (millis, nanos), " + (R_DEFAULT + 30) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 529) assertResults("arrayOfStrings[LOCAL_VARIABLE_REF]{arrayOfStrings, null, [Ljava.lang.String;, null, null, arrayOfStrings, null, [168, 174], " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 530) "arrayOfInts[LOCAL_VARIABLE_REF]{arrayOfInts, null, [I, null, null, arrayOfInts, null, [168, 174], " + (R_DEFAULT + 52) + "}", requestor.getResults()); Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 557) assertResults("xyzAfter[LOCAL_VARIABLE_REF]{xyzAfter, null, Ljava.lang.Object;, null, null, xyzAfter, null, [132, 135], " + (R_DEFAULT + 21) + "}", requestor.getResults()); Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 584) assertResults("xyzBefore[LOCAL_VARIABLE_REF]{xyzBefore, null, Ljava.lang.Object;, null, null, xyzBefore, null, [163, 166], " + (R_DEFAULT + 21) + "}", requestor.getResults()); Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 752) assertResults("StringBufferInputStream[TYPE_REF]{java.io.StringBufferInputStream, java.io, Ljava.io.StringBufferInputStream;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 753) "StringCharBuffer[TYPE_REF]{java.nio.StringCharBuffer, java.nio, Ljava.nio.StringCharBuffer;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 754) "StringCharacterIterator[TYPE_REF]{java.text.StringCharacterIterator, java.text, Ljava.text.StringCharacterIterator;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 755) "StringJoiner[TYPE_REF]{java.util.StringJoiner, java.util, Ljava.util.StringJoiner;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 756) "StringReader[TYPE_REF]{java.io.StringReader, java.io, Ljava.io.StringReader;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 757) "StringTokenizer[TYPE_REF]{java.util.StringTokenizer, java.util, Ljava.util.StringTokenizer;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 758) "StringWriter[TYPE_REF]{java.io.StringWriter, java.io, Ljava.io.StringWriter;, null, null, null, null, [155, 159], " + (R_DEFAULT + 19) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 759) "StrictMath[TYPE_REF]{StrictMath, java.lang, Ljava.lang.StrictMath;, null, null, null, null, [155, 159], " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java (at line 760) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, null, null, [155, 159], " + (R_DEFAULT + 22) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 30) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 31) import org.eclipse.jdt.internal.core.LambdaMethod; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2460) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2460) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2461) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2477) expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2478) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2523) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2523) LambdaExpression expression = (LambdaExpression) lambda.getParent(); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2524) memento = expression.getHandleIdentifier(); Discouraged access: The method 'JavaElement.getHandleIdentifier()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2528) LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2528) LambdaExpression recreatedType = (LambdaExpression) JavaCore.create(memento); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2531) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2531) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The type 'LambdaMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests18.java (at line 2531) LambdaMethod child = (LambdaMethod) recreatedType.getChildren()[0]; Discouraged access: The method 'LambdaExpression.getChildren()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 23) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 24) import org.eclipse.jdt.internal.core.nd.indexer.Indexer; Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 44) * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 44) * We create a project with a jar on its class path and ask after {@link JavaElement#exists()} Discouraged access: The method 'JavaElement.exists()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) Indexer.getInstance().waitForIndex(null); Discouraged access: The type 'Indexer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) Indexer.getInstance().waitForIndex(null); Discouraged access: The method 'Indexer.getInstance()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaModelManagerTests.java (at line 138) Indexer.getInstance().waitForIndex(null); Discouraged access: The method 'Indexer.waitForIndex(IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 1079) this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1079) this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1083) this.preferences.comment_format_javadoc_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_javadoc_comment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1084) this.preferences.comment_format_block_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_block_comment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1085) this.preferences.comment_format_line_comment = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1103) this.preferences.join_lines_in_comments = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_lines_in_comments' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1106) this.preferences.join_wrapped_lines = false; Discouraged access: The field 'DefaultCodeFormatterOptions.join_wrapped_lines' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1124) 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 '/opt/public/eclipse/builds/4I/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 1125) 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 '/opt/public/eclipse/builds/4I/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 1126) 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 '/opt/public/eclipse/builds/4I/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 1127) this.preferences.brace_position_for_block = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1128) 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 '/opt/public/eclipse/builds/4I/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 1129) 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 '/opt/public/eclipse/builds/4I/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 1130) 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 '/opt/public/eclipse/builds/4I/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 1131) 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 '/opt/public/eclipse/builds/4I/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 1132) 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 '/opt/public/eclipse/builds/4I/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 1133) this.preferences.brace_position_for_switch = braces; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1134) 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 '/opt/public/eclipse/builds/4I/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 1140) 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 '/opt/public/eclipse/builds/4I/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 1404) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1405) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1405) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1405) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions()); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1410) 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 '/opt/public/eclipse/builds/4I/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 1410) 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 '/opt/public/eclipse/builds/4I/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 1420) 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 '/opt/public/eclipse/builds/4I/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 1420) 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 '/opt/public/eclipse/builds/4I/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 1477) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1477) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1477) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1477) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1478) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1478) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1478) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1478) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1479) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1479) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1479) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1479) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1480) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1480) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1480) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1480) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1481) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1481) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1481) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1481) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1482) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1482) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1482) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1482) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1483) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1483) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1483) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1483) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1484) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1484) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1484) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1484) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1485) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1485) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1485) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1485) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1486) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1486) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1486) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1486) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1487) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1487) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1487) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1487) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1488) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1488) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1488) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1488) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1489) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1489) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1489) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1489) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1490) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1490) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1490) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1490) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1491) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1491) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1491) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1491) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1492) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1492) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportSyntheticAccessEmulation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1492) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1492) optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1493) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1493) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 1493) optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java (at line 28) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 30) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 31) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 32) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 47) DefaultCodeFormatterOptions formatterPrefs; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 67) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 67) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 71) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 71) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 71) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 71) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 72) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) this.formatterOptions.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 73) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 105) this.formatterPrefs.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 111) private void setPageWidth80(DefaultCodeFormatterOptions preferences) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 112) preferences.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 118) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 118) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 123) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 123) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 153) private void runTest(String packageName, String compilationUnitName, DefaultCodeFormatterOptions codeFormatterOptions) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 154) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 154) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 154) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(codeFormatterOptions, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 159) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 159) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 159) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 191) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 191) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 191) DefaultCodeFormatterOptions options = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 192) options.brace_position_for_lambda_body = DefaultCodeFormatterConstants.NEXT_LINE; Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_lambda_body' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 193) options.insert_space_after_lambda_arrow = false; Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_after_lambda_arrow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java (at line 194) options.insert_space_before_lambda_arrow = false; Discouraged access: The field 'DefaultCodeFormatterOptions.insert_space_before_lambda_arrow' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 36) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 37) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 38) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 39) import org.eclipse.jdt.internal.compiler.parser.Scanner; Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 40) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 41) import org.eclipse.jdt.internal.core.JarPackageFragmentRoot; Discouraged access: The type 'JarPackageFragmentRoot' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 42) import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil; Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 43) import org.eclipse.jdt.internal.core.util.SimpleDocument; Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 44) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 83) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 115) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 116) 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 '/opt/public/eclipse/builds/4I/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 116) 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 '/opt/public/eclipse/builds/4I/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 116) 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 '/opt/public/eclipse/builds/4I/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 116) 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 '/opt/public/eclipse/builds/4I/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 116) 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 '/opt/public/eclipse/builds/4I/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 117) codeFormatter.previewEnabled); Discouraged access: The field 'DefaultCodeFormatter.previewEnabled' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 118) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 118) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 118) CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil(); Discouraged access: The constructor 'CodeSnippetParsingUtil()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 119) CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true); Discouraged access: The type 'CompilationUnitDeclaration' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 119) 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 '/opt/public/eclipse/builds/4I/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 120) scanner.setSource(source.toCharArray()); Discouraged access: The method 'Scanner.setSource(char[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 121) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'Scanner.lineEnds' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 121) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'CodeSnippetParsingUtil.recordedParsingInformation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 121) scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds; Discouraged access: The field 'RecordedParsingInformation.lineEnds' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 122) int[][] commentsPositions = compilationUnitDeclaration.comments; Discouraged access: The field 'CompilationUnitDeclaration.comments' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 130) 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 '/opt/public/eclipse/builds/4I/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 130) 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 '/opt/public/eclipse/builds/4I/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 132) SimpleDocument document = new SimpleDocument(source); Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 132) SimpleDocument document = new SimpleDocument(source); Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 132) SimpleDocument document = new SimpleDocument(source); Discouraged access: The constructor 'SimpleDocument(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 137) document.replace(commentStart, commentEnd - commentStart, formattedComments[i]); Discouraged access: The method 'SimpleDocument.replace(int, int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 139) String newSource = document.get(); Discouraged access: The method 'SimpleDocument.get()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 144) private int getIndentationLevel(Scanner scanner, int position) { Discouraged access: The type 'Scanner' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 153) int lineNumber = scanner.getLineNumber(position); Discouraged access: The method 'Scanner.getLineNumber(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 154) int lineStart = scanner.getLineStart(lineNumber); Discouraged access: The method 'Scanner.getLineStart(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 155) scanner.resetTo(lineStart, position-1); Discouraged access: The method 'Scanner.resetTo(int, int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 156) while (!scanner.atEnd()) { Discouraged access: The method 'Scanner.atEnd()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 157) int ch = scanner.getNextChar(); Discouraged access: The method 'Scanner.getNextChar()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 184) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 184) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LocalVariableAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 184) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 184) optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 185) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 185) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_LineNumberAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 185) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 185) optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 186) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 186) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.OPTION_SourceFileAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 186) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 186) optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE); Discouraged access: The field 'CompilerOptions.DO_NOT_GENERATE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 187) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 187) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.OPTION_PreserveUnusedLocal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 187) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 187) optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE); Discouraged access: The field 'CompilerOptions.PRESERVE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 188) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 188) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_DocCommentSupport' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 188) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 188) optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 189) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 189) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportMethodWithConstructorName' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 189) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 189) optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 190) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 190) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 190) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 190) optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 191) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 191) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 191) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 191) optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 192) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 192) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecation' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 192) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 192) optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 193) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 193) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 193) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 193) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 194) optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED); Discouraged access: The field 'CompilerOptions.DISABLED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 195) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 195) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportHiddenCatchBlock' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 195) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 195) optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 196) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 196) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 196) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 196) optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 197) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedParameter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 197) optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedImport' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java (at line 198) optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE); Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 65) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 65) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 65) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 65) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 72) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 73) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 74) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 75) "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 '/opt/public/eclipse/builds/4I/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 91) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 91) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 91) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 91) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 104) "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 '/opt/public/eclipse/builds/4I/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 104) "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 '/opt/public/eclipse/builds/4I/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 104) "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 '/opt/public/eclipse/builds/4I/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 104) "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 '/opt/public/eclipse/builds/4I/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 104) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 105) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 106) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 107) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 108) "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 '/opt/public/eclipse/builds/4I/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 124) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 124) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccDefault' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 124) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 124) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 137) "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 '/opt/public/eclipse/builds/4I/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 137) "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 '/opt/public/eclipse/builds/4I/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 137) "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 '/opt/public/eclipse/builds/4I/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 137) "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 '/opt/public/eclipse/builds/4I/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 137) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 138) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 139) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 140) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 141) "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 '/opt/public/eclipse/builds/4I/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 158) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 158) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 158) int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal}; Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 34) import org.eclipse.jdt.internal.core.SourceType; Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 137) ((SourceType)type).toStringWithAncestors() Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 137) ((SourceType)type).toStringWithAncestors() Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 146) ((SourceType)type).toStringWithAncestors() Discouraged access: The type 'SourceType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java (at line 146) ((SourceType)type).toStringWithAncestors() Discouraged access: The method 'JavaElement.toStringWithAncestors()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 47) setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 47) setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 142) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 142) setUpProjectOptions(CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 166) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 166) setUpProjectOptions(CompilerOptions.VERSION_1_5); Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 519) "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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 66) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 110) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 161) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 208) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 271) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 326) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 369) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 408) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 478) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 555) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 556) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 592) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 628) 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 '/opt/public/eclipse/builds/4I/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 664) 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 '/opt/public/eclipse/builds/4I/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 664) 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 '/opt/public/eclipse/builds/4I/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 664) 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 '/opt/public/eclipse/builds/4I/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 664) 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 '/opt/public/eclipse/builds/4I/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 664) 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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 66) import org.eclipse.jdt.internal.compiler.problem.ProblemSeverities; Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 67) import org.eclipse.jdt.internal.core.ClasspathAttribute; Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 68) import org.eclipse.jdt.internal.core.ClasspathEntry; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 104) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 104) extraAttributes = ClasspathEntry.NO_EXTRA_ATTRIBUTES; Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 106) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 106) ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false/*not exported*/); Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 300) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 300) new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, annotationPath) Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 361) switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 361) switch(severities[j] & ProblemSeverities.CoreSeverityMASK ) { Discouraged access: The field 'ProblemSeverities.CoreSeverityMASK' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 362) case ProblemSeverities.Error: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 362) case ProblemSeverities.Error: Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 368) case ProblemSeverities.Warning: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 368) case ProblemSeverities.Warning: Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 374) case ProblemSeverities.Info: Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 374) case ProblemSeverities.Info: Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2122) }, new int[] { 10, 13 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2122) }, new int[] { 10, 13 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2122) }, new int[] { 10, 13 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2122) }, new int[] { 10, 13 }, new int[] { ProblemSeverities.Warning, ProblemSeverities.Info } ); Discouraged access: The field 'ProblemSeverities.Info' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2294) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Warning' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The type 'ProblemSeverities' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java (at line 2341) new int[] { ProblemSeverities.Warning, ProblemSeverities.Warning, ProblemSeverities.Error }); Discouraged access: The field 'ProblemSeverities.Error' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 45) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 46) import org.eclipse.jdt.internal.core.CompilationUnit; Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 47) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 48) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 187) IndexManager indexManager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 190) while (indexManager.awaitingJobsCount() > 0) { Discouraged access: The method 'JobManager.awaitingJobsCount()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 886) org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 886) org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 887) assertSourceEquals("Unexpected contents", newContents, new String(compilerCU.getContents())); Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2446) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2446) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2446) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2446) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2494) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2494) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2494) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The method 'JavaModelManager.removeInfoAndChildren(JavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 2494) JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 5581) options.put(CompilerOptions.OPTION_Source, "1.4"); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java (at line 5581) options.put(CompilerOptions.OPTION_Source, "1.4"); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 21) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 93) CompilerOptions.VERSION_1_1, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 93) CompilerOptions.VERSION_1_1, Discouraged access: The field 'CompilerOptions.VERSION_1_1' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 94) CompilerOptions.VERSION_1_2, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 94) CompilerOptions.VERSION_1_2, Discouraged access: The field 'CompilerOptions.VERSION_1_2' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 95) CompilerOptions.VERSION_1_3, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 95) CompilerOptions.VERSION_1_3, Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 96) CompilerOptions.VERSION_1_4, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 96) CompilerOptions.VERSION_1_4, Discouraged access: The field 'CompilerOptions.VERSION_1_4' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 97) CompilerOptions.VERSION_1_5, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 97) CompilerOptions.VERSION_1_5, Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 98) CompilerOptions.VERSION_1_6, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 98) CompilerOptions.VERSION_1_6, Discouraged access: The field 'CompilerOptions.VERSION_1_6' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 99) CompilerOptions.VERSION_1_7, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 99) CompilerOptions.VERSION_1_7, Discouraged access: The field 'CompilerOptions.VERSION_1_7' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 100) CompilerOptions.VERSION_1_8, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 100) CompilerOptions.VERSION_1_8, Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 101) CompilerOptions.VERSION_9, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 101) CompilerOptions.VERSION_9, Discouraged access: The field 'CompilerOptions.VERSION_9' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 102) CompilerOptions.VERSION_10, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 102) CompilerOptions.VERSION_10, Discouraged access: The field 'CompilerOptions.VERSION_10' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 103) CompilerOptions.VERSION_11, Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 103) CompilerOptions.VERSION_11, Discouraged access: The field 'CompilerOptions.VERSION_11' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java (at line 111) return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3); Discouraged access: The field 'CompilerOptions.VERSION_1_3' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 80) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 81) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 81) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 81) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 81) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 81) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 82) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 107) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 108) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 108) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 108) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 108) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 108) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 109) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 133) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED + R_NON_INHERITED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 134) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_INHERITED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 158) "removeBar[METHOD_REF]{removeBar(), Ltest.Test;, ()V, removeBar, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 159) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 159) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 159) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 159) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 159) "bar1[METHOD_REF]{bar1(), Ltest.Test;, ()Ljava.lang.Object;, bar1, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 160) "Bar2[METHOD_REF]{Bar2(), Ltest.Test;, ()LZork;, Bar2, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 184) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_STATIC + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 185) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 186) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 211) "otherItems[FIELD_REF]{otherItems, Ltest.Test;, I, otherItems, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED + R_SUBSTRING) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_SUBSTRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 212) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 213) "itemsCount[FIELD_REF]{itemsCount, Ltest.Test;, J, itemsCount, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java (at line 237) "items[FIELD_REF]{items, Ltest.Test;, I, items, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NON_INHERITED) + "}\n" + Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 26) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 337) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 337) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 351) Util.setReadOnly(file, true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 351) Util.setReadOnly(file, true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 363) Util.setReadOnly(file, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 363) Util.setReadOnly(file, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 366) Util.setReadOnly(file2, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 366) Util.setReadOnly(file2, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 527) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 527) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 541) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 541) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 543) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 543) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 545) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 545) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 551) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 551) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 552) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 552) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 553) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 553) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 554) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 554) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 558) Util.setReadOnly(xSrcFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 558) Util.setReadOnly(xSrcFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 561) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 561) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 564) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 564) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 568) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 568) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 572) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 572) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 576) Util.setReadOnly(xFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 576) Util.setReadOnly(xFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1125) if (!Util.isReadOnlySupported()) { Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1125) if (!Util.isReadOnlySupported()) { Discouraged access: The method 'Util.isReadOnlySupported()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1139) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1139) Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1141) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1141) Util.setReadOnly(pkgSource.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1143) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1143) Util.setReadOnly(pkg2.getResource(), true); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1149) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1149) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1150) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1150) assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1151) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1151) assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource())); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1152) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1152) assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java"))); Discouraged access: The method 'Util.isReadOnly(IResource)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1156) Util.setReadOnly(xSrcFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1156) Util.setReadOnly(xSrcFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1159) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1159) Util.setReadOnly(pkg2.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1162) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1162) Util.setReadOnly(pkgSource.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1166) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1166) Util.setReadOnly(p1Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1170) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1170) Util.setReadOnly(p3Fragment.getResource(), false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1174) Util.setReadOnly(xFile, false); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java (at line 1174) Util.setReadOnly(xFile, false); Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 22) import org.eclipse.jdt.internal.core.nd.db.ChunkWriter; Discouraged access: The type 'ChunkWriter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 28) * Tests for the {@link ChunkWriter} class. Discouraged access: The type 'ChunkWriter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 31) private ChunkWriter writer; Discouraged access: The type 'ChunkWriter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 46) this.writer = new ChunkWriter(0x1000, 1, this::write); Discouraged access: The type 'ChunkWriter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 46) this.writer = new ChunkWriter(0x1000, 1, this::write); Discouraged access: The constructor 'ChunkWriter(int, double, ChunkWriter.WriteCallback)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 47) this.writer.setSleepFunction(this::sleepFunction); Discouraged access: The method 'ChunkWriter.setSleepFunction(ChunkWriter.SleepCallback)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 89) this.writer.write(100, new byte[200]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 95) this.writer.flush(); Discouraged access: The method 'ChunkWriter.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 101) this.writer.write(100, new byte[200]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 102) this.writer.flush(); Discouraged access: The method 'ChunkWriter.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 108) this.writer.write(0x100, new byte[0x200]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 109) this.writer.write(0x300, new byte[0x1000]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 110) this.writer.flush(); Discouraged access: The method 'ChunkWriter.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 116) this.writer.write(100, new byte[200]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 117) this.writer.write(300, new byte[100]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 118) this.writer.flush(); Discouraged access: The method 'ChunkWriter.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 124) this.writer.write(100, new byte[200]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 125) this.writer.write(400, new byte[100]); Discouraged access: The method 'ChunkWriter.write(long, byte[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java (at line 126) this.writer.flush(); Discouraged access: The method 'ChunkWriter.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 16) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 109) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 109) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The field 'ClassFileConstants.AccPublic' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 109) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java (at line 109) type.setFlags(ClassFileConstants.AccPublic | ClassFileConstants.AccFinal); Discouraged access: The field 'ClassFileConstants.AccFinal' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 34) import org.eclipse.jdt.internal.core.Buffer; Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 35) import org.eclipse.jdt.internal.core.CompilationUnit; Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 36) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 611) ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); Discouraged access: The type 'ICompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 611) ((org.eclipse.jdt.internal.compiler.env.ICompilationUnit) getCompilationUnit("/P/src/p/Deleted.java")).getContents(); Discouraged access: The method 'ICompilationUnit.getContents()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1538) CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1538) CompilationUnit compilationUnit = (CompilationUnit)getCompilationUnit("/P/src/p/Absent.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1540) assertSourceEquals("Unexpected contents for non present cu", "", new String(compilationUnit.getContents())); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1553) CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1553) CompilationUnit remoteCU = (CompilationUnit) getCompilationUnit("/Foo/X.java"); Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 1556) remoteCU.getContents(); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2052) String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2052) String name = Util.getNameWithoutJavaLikeExtension("Test.aj"); Discouraged access: The method 'Util.getNameWithoutJavaLikeExtension(String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2553) class DisabledTestBuffer extends Buffer implements IBuffer.ITextEditCapability { Discouraged access: The type 'Buffer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java (at line 2555) super(file, owner, readOnly); Discouraged access: The constructor 'Buffer(IFile, IOpenable, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 48) import org.eclipse.jdt.internal.core.BinaryType; Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 49) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 50) import org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo; Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 51) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 755) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 755) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 755) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 755) final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject()); Discouraged access: The method 'JavaModelManager.getPerProjectInfoCheckExistence(IProject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 759) Object javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 759) Object javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The method 'LRUCache<IJavaElement,Object>.get(IJavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 760) while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { Discouraged access: The type 'BinaryType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 760) while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) { Discouraged access: The field 'BinaryType.EMPTY_JAVADOC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 763) javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 763) javadocContent = projectInfo.javadocCache.get(type); Discouraged access: The method 'LRUCache<IJavaElement,Object>.get(IJavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 780) projectInfo.javadocCache.flush(); Discouraged access: The field 'JavaModelManager.PerProjectInfo.javadocCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 780) projectInfo.javadocCache.flush(); Discouraged access: The method 'LRUCache<IJavaElement,Object>.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1104) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1104) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1176) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java (at line 1176) String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding)); Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 6551) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6551) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6551) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6551) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6552) 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 '/opt/public/eclipse/builds/4I/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 6552) 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 '/opt/public/eclipse/builds/4I/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 6552) 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 '/opt/public/eclipse/builds/4I/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 6564) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6564) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6564) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6564) options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 6565) 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 '/opt/public/eclipse/builds/4I/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 6565) 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 '/opt/public/eclipse/builds/4I/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 6565) 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 '/opt/public/eclipse/builds/4I/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 7395) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 7395) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 7395) this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 7395) 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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 30) public abstract class AbstractJavaModelCompletionTests extends AbstractJavaModelTests implements RelevanceConstants { Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 20) import org.eclipse.jdt.internal.core.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 46) Util.resetJavaLikeExtensions(); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java (at line 46) Util.resetJavaLikeExtensions(); Discouraged access: The method 'Util.resetJavaLikeExtensions()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 16) import org.eclipse.jdt.internal.core.JavaProject; Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 18) public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java (at line 18) public class ClasspathResolutionBreakpointListener extends JavaProject.ClasspathResolutionBreakpointListener { Discouraged access: The type 'JavaProject.ClasspathResolutionBreakpointListener' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 23) import org.eclipse.jdt.internal.core.nd.Nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 24) import org.eclipse.jdt.internal.core.nd.db.BTree; Discouraged access: The type 'BTree' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 25) import org.eclipse.jdt.internal.core.nd.db.ChunkCache; Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 27) import org.eclipse.jdt.internal.core.nd.db.IBTreeComparator; Discouraged access: The type 'IBTreeComparator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 28) import org.eclipse.jdt.internal.core.nd.db.IBTreeVisitor; Discouraged access: The type 'IBTreeVisitor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 29) import org.eclipse.jdt.internal.core.nd.db.IString; Discouraged access: The type 'IString' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 30) import org.eclipse.jdt.internal.core.nd.db.IndexException; Discouraged access: The type 'IndexException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 31) import org.eclipse.jdt.internal.core.nd.db.ShortString; Discouraged access: The type 'ShortString' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 36) * Tests for the {@link Database} class. Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 42) private Nd nd; Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 43) protected Database db; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 49) this.db = this.nd.getDB(); Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 50) this.db.setExclusiveLock(); Discouraged access: The method 'Database.setExclusiveLock()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 55) offset = this.db.malloc(Database.MAX_SINGLE_BLOCK_MALLOC_SIZE, Database.POOL_MISC); Discouraged access: The method 'Database.malloc(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 55) offset = this.db.malloc(Database.MAX_SINGLE_BLOCK_MALLOC_SIZE, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 55) offset = this.db.malloc(Database.MAX_SINGLE_BLOCK_MALLOC_SIZE, Database.POOL_MISC); Discouraged access: The field 'Database.MAX_SINGLE_BLOCK_MALLOC_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 55) offset = this.db.malloc(Database.MAX_SINGLE_BLOCK_MALLOC_SIZE, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 55) offset = this.db.malloc(Database.MAX_SINGLE_BLOCK_MALLOC_SIZE, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 57) this.db.flush(); Discouraged access: The method 'Database.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 61) this.db.flush(); Discouraged access: The method 'Database.flush()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 76) long bytes = Database.getBytesThatFitInChunks(numChunks); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 76) long bytes = Database.getBytesThatFitInChunks(numChunks); Discouraged access: The method 'Database.getBytesThatFitInChunks(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 77) int measuredChunks = Database.getChunksNeededForBytes(bytes); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 77) int measuredChunks = Database.getChunksNeededForBytes(bytes); Discouraged access: The method 'Database.getChunksNeededForBytes(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 82) assertEquals(DatabaseTestUtil.CURRENT_VERSION, this.db.getVersion()); Discouraged access: The method 'Database.getVersion()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 85) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 85) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) Discouraged access: The field 'Database.BLOCK_HEADER_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 85) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 85) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) Discouraged access: The field 'Database.BLOCK_SIZE_DELTA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 86) / Database.BLOCK_SIZE_DELTA; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 86) / Database.BLOCK_SIZE_DELTA; Discouraged access: The field 'Database.BLOCK_SIZE_DELTA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 87) final int blocksize = deltas * Database.BLOCK_SIZE_DELTA; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 87) final int blocksize = deltas * Database.BLOCK_SIZE_DELTA; Discouraged access: The field 'Database.BLOCK_SIZE_DELTA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 88) final int freeDeltas = Database.MAX_BLOCK_DELTAS - deltas; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 88) final int freeDeltas = Database.MAX_BLOCK_DELTAS - deltas; Discouraged access: The field 'Database.MAX_BLOCK_DELTAS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 90) long mem = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The method 'Database.malloc(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 90) long mem = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 90) long mem = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 91) assertEquals(-blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The method 'Database.getShort(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 91) assertEquals(-blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 91) assertEquals(-blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The field 'Database.BLOCK_HEADER_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 92) this.db.free(mem, Database.POOL_MISC); Discouraged access: The method 'Database.free(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 92) this.db.free(mem, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 92) this.db.free(mem, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 93) assertEquals(blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The method 'Database.getShort(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 93) assertEquals(blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 93) assertEquals(blocksize, this.db.getShort(mem - Database.BLOCK_HEADER_SIZE)); Discouraged access: The field 'Database.BLOCK_HEADER_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.MIN_BLOCK_DELTAS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.PTR_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 95) .getRecPtr((deltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.MALLOC_TABLE_OFFSET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 96) assertEquals(mem + blocksize, this.db.getRecPtr( Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.MIN_BLOCK_DELTAS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.PTR_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 97) (freeDeltas - Database.MIN_BLOCK_DELTAS) * Database.PTR_SIZE + Database.MALLOC_TABLE_OFFSET)); Discouraged access: The field 'Database.MALLOC_TABLE_OFFSET' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 107) new Database(tmp, ChunkCache.getSharedInstance(), 0, false); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 107) new Database(tmp, ChunkCache.getSharedInstance(), 0, false); Discouraged access: The constructor 'Database(File, ChunkCache, int, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 107) new Database(tmp, ChunkCache.getSharedInstance(), 0, false); Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 107) new Database(tmp, ChunkCache.getSharedInstance(), 0, false); Discouraged access: The method 'ChunkCache.getSharedInstance()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 109) } catch (IndexException e) { Discouraged access: The type 'IndexException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 115) new Database(tmp, ChunkCache.getSharedInstance(), 0, true); Discouraged access: The constructor 'Database(File, ChunkCache, int, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 115) new Database(tmp, ChunkCache.getSharedInstance(), 0, true); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 115) new Database(tmp, ChunkCache.getSharedInstance(), 0, true); Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 115) new Database(tmp, ChunkCache.getSharedInstance(), 0, true); Discouraged access: The method 'ChunkCache.getSharedInstance()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 116) } catch (IndexException e) { Discouraged access: The type 'IndexException' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The field 'Database.BLOCK_HEADER_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The field 'Database.BLOCK_SIZE_DELTA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 126) final int deltas = (realsize + Database.BLOCK_HEADER_SIZE + Database.BLOCK_SIZE_DELTA - 1) / Database.BLOCK_SIZE_DELTA; Discouraged access: The field 'Database.BLOCK_SIZE_DELTA' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 128) long mem1 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The method 'Database.malloc(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 128) long mem1 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 128) long mem1 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 129) long mem2 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The method 'Database.malloc(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 129) long mem2 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 129) long mem2 = this.db.malloc(realsize, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 130) this.db.free(mem1, Database.POOL_MISC); Discouraged access: The method 'Database.free(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 130) this.db.free(mem1, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 130) this.db.free(mem1, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 131) this.db.free(mem2, Database.POOL_MISC); Discouraged access: The method 'Database.free(long, short)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 131) this.db.free(mem2, Database.POOL_MISC); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 131) this.db.free(mem2, Database.POOL_MISC); Discouraged access: The field 'Database.POOL_MISC' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 132) assertEquals(mem2, this.db.getRecPtr((deltas - Database.MIN_BLOCK_DELTAS + 1) * Database.INT_SIZE)); Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 132) assertEquals(mem2, this.db.getRecPtr((deltas - Database.MIN_BLOCK_DELTAS + 1) * Database.INT_SIZE)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 132) assertEquals(mem2, this.db.getRecPtr((deltas - Database.MIN_BLOCK_DELTAS + 1) * Database.INT_SIZE)); Discouraged access: The field 'Database.MIN_BLOCK_DELTAS' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 132) assertEquals(mem2, this.db.getRecPtr((deltas - Database.MIN_BLOCK_DELTAS + 1) * Database.INT_SIZE)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 132) assertEquals(mem2, this.db.getRecPtr((deltas - Database.MIN_BLOCK_DELTAS + 1) * Database.INT_SIZE)); Discouraged access: The field 'Database.INT_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 133) assertEquals(0, this.db.getRecPtr(mem2)); Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 134) assertEquals(mem1, this.db.getRecPtr(mem2 + Database.INT_SIZE)); Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 134) assertEquals(mem1, this.db.getRecPtr(mem2 + Database.INT_SIZE)); Discouraged access: The type 'Database' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 134) assertEquals(mem1, this.db.getRecPtr(mem2 + Database.INT_SIZE)); Discouraged access: The field 'Database.INT_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java (at line 135) assertEquals(mem2, this.db.getRecPtr(mem1)); Discouraged access: The method 'Database.getRecPtr(long)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 80) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 81) import org.eclipse.jdt.internal.core.ClassFile; Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 82) import org.eclipse.jdt.internal.core.JavaElement; Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 83) import org.eclipse.jdt.internal.core.JavaModelManager; Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 84) import org.eclipse.jdt.internal.core.LocalVariable; Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 85) import org.eclipse.jdt.internal.core.SourceMethod; Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 86) import org.eclipse.jdt.internal.core.TypeParameter; Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 87) import org.eclipse.jdt.internal.core.index.DiskIndex; Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 88) import org.eclipse.jdt.internal.core.index.Index; Discouraged access: The type 'Index' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 89) import org.eclipse.jdt.internal.core.search.AbstractSearchScope; Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 90) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 91) import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants; Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 92) import org.eclipse.jdt.internal.core.search.indexing.IndexManager; Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 93) import org.eclipse.jdt.internal.core.search.indexing.IndexRequest; Discouraged access: The type 'IndexRequest' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 94) import org.eclipse.jdt.internal.core.search.matching.AndPattern; Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 95) import org.eclipse.jdt.internal.core.search.matching.MatchLocator; Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 96) import org.eclipse.jdt.internal.core.search.matching.MethodPattern; Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 97) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 98) import org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern; Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 99) import org.eclipse.jdt.internal.core.search.matching.TypeReferencePattern; Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 722) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 722) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 722) TypeDeclarationPattern pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 726) IIndexConstants.INTERFACE_SUFFIX, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 726) IIndexConstants.INTERFACE_SUFFIX, Discouraged access: The field 'IIndexConstants.INTERFACE_SUFFIX' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 736) pattern = new TypeDeclarationPattern( Discouraged access: The constructor 'TypeDeclarationPattern(char[], char[][], char[], char, int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 736) pattern = new TypeDeclarationPattern( Discouraged access: The type 'TypeDeclarationPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 740) IIndexConstants.CLASS_SUFFIX, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 740) IIndexConstants.CLASS_SUFFIX, Discouraged access: The field 'IIndexConstants.CLASS_SUFFIX' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2277) MatchLocator.setFocus(pattern, importDeclaration); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2277) MatchLocator.setFocus(pattern, importDeclaration); Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2305) MatchLocator.setFocus(pattern, packageDeclaration); Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 2305) MatchLocator.setFocus(pattern, packageDeclaration); Discouraged access: The method 'MatchLocator.setFocus(SearchPattern, IJavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3132) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3132) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3187) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3187) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3275) IIndexConstants.ONE_STAR, Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3275) IIndexConstants.ONE_STAR, Discouraged access: The field 'IIndexConstants.ONE_STAR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3513) assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); Discouraged access: The type 'SourceMethod' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 3513) assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount); Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6972) assertTrue("Jar should only have class files!", children[i] instanceof ClassFile); Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6973) IType type = ((ClassFile)children[i]).getType(); Discouraged access: The type 'ClassFile' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 6973) IType type = ((ClassFile)children[i]).getType(); Discouraged access: The method 'ClassFile.getType()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7002) if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7002) if ((modifiers & ClassFileConstants.AccDeprecated) != 0) { Discouraged access: The field 'ClassFileConstants.AccDeprecated' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7473) * @test Verify that no NPE occurs while using a {@link AndPattern} Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7906) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7906) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7945) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7945) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7957) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 7957) this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8594) * @test Ensure that types are found even when scope is not a {@link org.eclipse.jdt.internal.core.search.JavaSearchScope} Discouraged access: The type 'JavaSearchScope' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8598) IJavaSearchScope scope = new AbstractSearchScope() { Discouraged access: The type 'AbstractSearchScope' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8598) IJavaSearchScope scope = new AbstractSearchScope() { Discouraged access: The constructor 'AbstractSearchScope()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8755) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8755) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8755) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8756) Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8756) Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8757) File indexFile = index.getIndexFile(); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8766) Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8766) Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8767) assertEquals("Index file should be unchanged!!!", lastModified, newIndex.getIndexFile().lastModified()); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8773) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8773) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8773) IndexManager manager = JavaModelManager.getIndexManager(); Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8774) Index index = manager.getIndex(project.getPath(), true, false); Discouraged access: The type 'Index' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8774) Index index = manager.getIndex(project.getPath(), true, false); Discouraged access: The method 'IndexManager.getIndex(IPath, boolean, boolean)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8775) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The type 'DiskIndex' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8775) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The field 'DiskIndex.SIGNATURE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 8775) assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length()); Discouraged access: The method 'Index.getIndexFile()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 13975) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 13975) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14011) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14011) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(nonExistentPattern, IJavaSearchConstants.METHOD, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14056) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14056) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14098) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14098) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], ALL_OCCURRENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14139) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14139) MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], DECLARATIONS, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14280) TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14280) TypeReferencePattern pattern = (TypeReferencePattern) SearchPattern.createPattern(type, REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'TypeReferencePattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14383) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14383) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14384) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14384) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14433) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14433) MethodPattern leftPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14438) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 14438) MethodPattern rightPattern = (MethodPattern) SearchPattern.createPattern(elements[0], REFERENCES, EXACT_RULE | ERASURE_RULE); Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15202) BasicSearchEngine engine = new BasicSearchEngine(); Discouraged access: The constructor 'BasicSearchEngine()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15206) engine.searchAllTypeNames(packageName, SearchPattern.R_PATTERN_MATCH, Discouraged access: The method 'BasicSearchEngine.searchAllTypeNames(char[], int, char[], int, int, IJavaSearchScope, IRestrictedAccessTypeRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15225) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15225) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15225) LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15241) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The constructor 'TypeParameter(JavaElement, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java (at line 15241) TypeParameter tp = new TypeParameter(((JavaElement)type), "E"); Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 30) import org.eclipse.jdt.internal.compiler.ExtraFlags; Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 31) import org.eclipse.jdt.internal.compiler.env.AccessRestriction; Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 32) import org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit; Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 33) import org.eclipse.jdt.internal.compiler.util.Util; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 34) import org.eclipse.jdt.internal.core.LambdaExpression; Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 35) import org.eclipse.jdt.internal.core.Member; Discouraged access: The type 'Member' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 36) import org.eclipse.jdt.internal.core.PackageFragment; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 37) import org.eclipse.jdt.internal.core.SourceRefElement; Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 38) import org.eclipse.jdt.internal.core.search.BasicSearchEngine; Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 39) import org.eclipse.jdt.internal.core.search.IRestrictedAccessConstructorRequestor; Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 40) import org.eclipse.jdt.internal.core.search.IRestrictedAccessMethodRequestor; Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 41) import org.eclipse.jdt.internal.core.search.matching.PatternLocator; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 75) public static class ConstructorDeclarationsCollector implements IRestrictedAccessConstructorRequestor { Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 89) AccessRestriction access) { Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 92) boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; Discouraged access: The type 'ExtraFlags' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 92) boolean isMemberType = (extraFlags & ExtraFlags.IsMemberType) != 0; Discouraged access: The field 'ExtraFlags.IsMemberType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 146) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 146) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 166) public static class MethodDeclarationsCollector implements IRestrictedAccessMethodRequestor { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 183) AccessRestriction access, Discouraged access: The type 'AccessRestriction' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 262) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 262) org.eclipse.jdt.internal.core.util.Util.sort(strings); Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 501) return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; Discouraged access: The type 'PatternLocator' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 501) return (this.showFlavors & PatternLocator.SUPER_INVOCATION_FLAVOR) != 0; Discouraged access: The field 'PatternLocator.SUPER_INVOCATION_FLAVOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 666) ((LambdaExpression) type).toStringName(this.line); Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 666) ((LambdaExpression) type).toStringName(this.line); Discouraged access: The method 'LambdaExpression.toStringName(StringBuffer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 670) if (isLocal && !(type instanceof LambdaExpression)) { // don't want occurrence counts for lambdas. it can be confusing at best, as not all are built. Discouraged access: The type 'LambdaExpression' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 672) this.line.append(((SourceRefElement)type).occurrenceCount); Discouraged access: The type 'SourceRefElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 672) this.line.append(((SourceRefElement)type).occurrenceCount); Discouraged access: The field 'SourceRefElement.occurrenceCount' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 682) if ((this.flags & SHOW_JAR_FILE) != 0 && element instanceof Member) { Discouraged access: The type 'Member' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 695) return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); Discouraged access: The type 'Member' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 695) return pathString + "|" + ((Member)element).getTypeRoot().getElementName(); Discouraged access: The method 'Member.getTypeRoot()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 731) contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( Discouraged access: The type 'CompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 731) contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( Discouraged access: The constructor 'CompilationUnit(char[], String, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 734) file.getCharset()).getContents(); Discouraged access: The method 'CompilationUnit.getContents()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 735) } catch(AbortCompilationUnit e) { Discouraged access: The type 'AbortCompilationUnit' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 787) parameterNames = new String[] {Util.EMPTY_STRING}; Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 787) parameterNames = new String[] {Util.EMPTY_STRING}; Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 986) String[] names = ((PackageFragment)fragment).names; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 986) String[] names = ((PackageFragment)fragment).names; Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 989) PackageFragment currentPackage = (PackageFragment) children[i]; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 989) PackageFragment currentPackage = (PackageFragment) children[i]; Discouraged access: The type 'PackageFragment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 990) String[] otherNames = currentPackage.names; Discouraged access: The field 'PackageFragment.names' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1079) protected void searchAllConstructorDeclarations(String pattern, int matchRule, IRestrictedAccessConstructorRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessConstructorRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1080) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1080) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1080) new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( Discouraged access: The method 'BasicSearchEngine.searchAllConstructorDeclarations(char[], char[], int, IJavaSearchScope, IRestrictedAccessConstructorRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1089) protected void searchAllMethodNames(String pattern, int matchRule, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1090) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1090) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1090) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1100) protected void searchAllMethodNames(String pattern, int matchRule, IJavaSearchScope scope, IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1111) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1124) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1139) IRestrictedAccessMethodRequestor requestor) throws JavaModelException { Discouraged access: The type 'IRestrictedAccessMethodRequestor' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1140) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1140) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The constructor 'BasicSearchEngine(ICompilationUnit[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java (at line 1140) new BasicSearchEngine(this.workingCopies).searchAllMethodNames( Discouraged access: The method 'BasicSearchEngine.searchAllMethodNames(char[], int, char[], int, char[], int, char[], int, IJavaSearchScope, IRestrictedAccessMethodRequestor, int, IProgressMonitor)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 26) import org.eclipse.jdt.internal.codeassist.CompletionEngine; Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 27) import org.eclipse.jdt.internal.codeassist.RelevanceConstants; Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 132) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 145) "element:Object completion:Object relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 158) "element:String completion:String relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 171) "element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 172) "element:XZXSuper completion:XZXSuper relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 198) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 224) "Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 250) "String[TYPE_REF]{String, java.lang, Ljava.lang.String;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED) +"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 282) "XYX[TYPE_REF]{XYX, test0008, Ltest0008.XYX;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 283) "XYXSuper[TYPE_REF]{XYXSuper, test0008, Ltest0008.XYXSuper;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_EXACT_EXPECTED_TYPE + R_NON_RESTRICTED)+"}", Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 296) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 297) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED), Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 310) "element:T_1 completion:T_1 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 311) "element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java (at line 312) "element:T_3 completion:T_3 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+ Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 114) String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 114) String typeSignature = ((LocalVariable)elements[0]).getTypeSignature(); Discouraged access: The method 'LocalVariable.getTypeSignature()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 47) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 48) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter; Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 49) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 50) import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment; Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 67) DefaultCodeFormatterOptions formatterPrefs; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 88) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 88) this.formatterOptions.put(CompilerOptions.OPTION_Compliance, level); Discouraged access: The field 'CompilerOptions.OPTION_Compliance' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 89) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 89) this.formatterOptions.put(CompilerOptions.OPTION_TargetPlatform, level); Discouraged access: The field 'CompilerOptions.OPTION_TargetPlatform' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 90) this.formatterOptions.put(CompilerOptions.OPTION_Source, level); Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 90) this.formatterOptions.put(CompilerOptions.OPTION_Source, level); Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 97) this.formatterPrefs.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 103) protected void setPageWidth80(DefaultCodeFormatterOptions preferences) { Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 104) preferences.page_width = 80; Discouraged access: The field 'DefaultCodeFormatterOptions.page_width' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 118) this.formatterPrefs.comment_insert_new_line_for_parameter = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_insert_new_line_for_parameter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 119) this.formatterPrefs.comment_align_tags_descriptions_grouped = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_align_tags_descriptions_grouped' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 120) this.formatterPrefs.comment_indent_root_tags = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 121) this.formatterPrefs.comment_indent_parameter_description = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 129) this.formatterPrefs.comment_count_line_length_from_starting_position = false; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_count_line_length_from_starting_position' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 137) this.formatterPrefs.comment_format_line_comment_starting_on_first_column = true; Discouraged access: The field 'DefaultCodeFormatterOptions.comment_format_line_comment_starting_on_first_column' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 154) return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, -1, null)); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 154) return new String(org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(inputStream, -1, null)); Discouraged access: The method 'Util.getInputStreamAsCharArray(InputStream, int, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 183) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 183) String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 191) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 191) final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 205) return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The type 'Util' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 205) return org.eclipse.jdt.internal.core.util.Util.editedString(source, edit); Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 213) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 213) this.formatterPrefs = DefaultCodeFormatterOptions.getEclipseDefaultSettings(); Discouraged access: The method 'DefaultCodeFormatterOptions.getEclipseDefaultSettings()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 279) DefaultCodeFormatter codeFormatter() { Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 283) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 283) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 283) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 337) DefaultCodeFormatter codeFormatter = codeFormatter(); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 361) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 361) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 361) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 362) preferences.number_of_empty_lines_to_preserve = 0; Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 364) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 373) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 373) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 373) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 374) preferences.number_of_empty_lines_to_preserve = 0; Discouraged access: The field 'DefaultCodeFormatterOptions.number_of_empty_lines_to_preserve' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 375) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 375) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 375) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 529) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 529) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 529) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 530) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 530) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 530) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 531) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 531) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 531) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 534) preferences.tab_char = DefaultCodeFormatterOptions.SPACE; Discouraged access: The field 'DefaultCodeFormatterOptions.SPACE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 535) codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 535) codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 556) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 556) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 556) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 558) preferences.keep_simple_if_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 559) preferences.keep_then_statement_on_same_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 560) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 560) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 560) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 561) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 561) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 561) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 574) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 574) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 574) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 575) preferences.wrap_outer_expressions_when_nested = false; Discouraged access: The field 'DefaultCodeFormatterOptions.wrap_outer_expressions_when_nested' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 577) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 590) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 590) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 590) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 591) preferences.keep_simple_if_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_simple_if_on_one_line' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 592) preferences.keep_then_statement_on_same_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_then_statement_on_same_line' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 593) preferences.keep_guardian_clause_on_one_line = true; Discouraged access: The field 'DefaultCodeFormatterOptions.keep_guardian_clause_on_one_line' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 594) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 594) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 594) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 595) preferences.compact_else_if = true; Discouraged access: The field 'DefaultCodeFormatterOptions.compact_else_if' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 596) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 596) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 596) DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(preferences); Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 601) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 601) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The constructor 'DefaultCodeFormatterOptions(Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 601) DefaultCodeFormatterOptions preferences = new DefaultCodeFormatterOptions(DefaultCodeFormatterConstants.getEclipse21Settings()); Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 602) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 602) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java (at line 602) preferences.tab_char = DefaultCodeFormatterOptions.TAB; Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/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 '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
1. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 28) import org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry; Discouraged access: The type 'LRUCache.LRUCacheEntry<K,V>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
2. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 29) import org.eclipse.jdt.internal.core.util.MementoTokenizer; Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
3. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 57) public BufferCache<IOpenable> cache; Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
4. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 64) public OverflowingTestBuffer(boolean hasUnsavedChanges, BufferCache<IOpenable> cache) { Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
5. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 87) this.cache.remove(this.owner); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.remove(IOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
6. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 175) public class OverflowingTestOpenable extends Openable { Discouraged access: The type 'Openable' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
7. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 186) public ElementCache<OverflowingTestOpenable> cache; Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
8. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 192) public OverflowingTestOpenable(OverflowingTestBuffer buffer, ElementCache<OverflowingTestOpenable> cache) { Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
9. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 193) super(null); Discouraged access: The constructor 'Openable(JavaElement)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
10. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 200) protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, IResource underlyingResource) { Discouraged access: The type 'OpenableElementInfo' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
11. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 207) this.cache.remove(this); Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.remove(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
12. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 212) return super.equals(o); Discouraged access: The method 'JavaElement.equals(Object)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
13. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 224) public IJavaElement getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) { Discouraged access: The type 'MementoTokenizer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
14. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 236) public IResource resource(PackageFragmentRoot root) { Discouraged access: The type 'PackageFragmentRoot' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
15. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 294) int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; Discouraged access: The type 'JavaModelCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
16. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 294) int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2; Discouraged access: The field 'JavaModelCache.DEFAULT_ROOT_SIZE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
17. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<?>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
18. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
19. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 339) BufferCache<?> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<Object>(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
20. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 341) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<capture#1-of ?,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
21. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 344) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<capture#2-of ?,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
22. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 347) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<capture#3-of ?,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
23. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
24. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
25. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 360) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
26. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 366) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
27. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 370) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
28. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 373) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
29. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 376) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
30. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 380) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
31. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
32. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
33. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 400) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
34. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 406) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
35. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 409) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getSpaceLimit()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
36. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 412) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
37. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 415) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
38. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 420) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
39. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 426) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
40. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache<IOpenable>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
41. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The type 'BufferCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
42. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 443) BufferCache<IOpenable> cache = new BufferCache<>(spaceLimit); Discouraged access: The constructor 'BufferCache<IOpenable>(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
43. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 450) cache.put(openables[i], buffers[i]); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
44. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 453) Hashtable<IOpenable, LRUCacheEntry<IOpenable, IBuffer>> table = cache.getEntryTable(); Discouraged access: The type 'LRUCache.LRUCacheEntry<IOpenable,IBuffer>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
45. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 453) Hashtable<IOpenable, LRUCacheEntry<IOpenable, IBuffer>> table = cache.getEntryTable(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getEntryTable()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
46. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 456) int actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
47. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 459) int actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
48. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 464) Object value = cache.get(openables[i]); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.get(IOpenable)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
49. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 476) cache.put(openable1, buffer1); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.put(IOpenable, IBuffer)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
50. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 479) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<IOpenable,IBuffer>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
51. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 481) actualOverflow = cache.getOverflow(); Discouraged access: The method 'OverflowingLRUCache<IOpenable,IBuffer>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
52. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
53. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
54. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 493) Enumeration<IBuffer> openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
57. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 498) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
58. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
59. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
60. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 520) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
61. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
62. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
63. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 532) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
64. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The type 'BufferManager' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
65. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getDefaultBufferManager()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
66. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 542) openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers(); Discouraged access: The method 'BufferManager.getOpenBuffers()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
67. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache<?>' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
68. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The type 'ElementCache' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
69. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 562) ElementCache<?> cache = new ElementCache<>(spaceLimit); Discouraged access: The constructor 'ElementCache<IJavaElement & IOpenable>(int)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
70. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 564) actualSpaceLimit = cache.getSpaceLimit(); Discouraged access: The method 'LRUCache<capture#4-of ?,JavaElementInfo>.getSpaceLimit()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes') |
71. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java (at line 567) actualCurrent = cache.getCurrentSpace(); Discouraged access: The method 'LRUCache<capture#5-of ?,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.cor |