Compiler log for org.eclipse.jdt.core.tests.model_3.10.900.v20190520-2022 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4825, INFOS: 2

errors others warnings infos forbidden warnings discouraged warnings

ERRORS

top others warnings infos forbidden warnings discouraged warnings

OTHER WARNINGS

top errors infos forbidden warnings discouraged warnings

INFO WARNINGS

errors others warnings forbidden warnings discouraged warnings

/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java
 (at line 258)
@SuppressWarnings("synthetic-access")
At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored

/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java : 1 info :

INFO WARNINGS
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

FORBIDDEN ACCESS WARNINGS

top errors infos others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors infos others warnings forbidden warnings

/src/org/eclipse/jdt/core/tests/dom/ASTConverter10Test.java : 6 warnings :

DISCOURAGED ACCESS 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 56)
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 56)
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 57)
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 57)
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/comment/JavaDocTestCase.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchMultipleProjectsTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/ClassFileTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/UtilTests.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/dom/APIDocumentationTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java : 4 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CompletionTests18.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/ResolveTests18.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java : 95 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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)' is not 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)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 117)
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 117)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 118)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 118)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 119)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 120)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 120)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 120)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 121)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 129)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 129)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 131)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 131)
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 131)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 136)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 138)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 143)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 152)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 153)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 154)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 155)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 156)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 183)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 183)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 183)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 183)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 184)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 184)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 184)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 184)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 185)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 185)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 185)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 185)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 186)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 186)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 186)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 186)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 187)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 187)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 187)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 187)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 188)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 188)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 188)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 188)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 189)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 189)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 189)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 189)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 190)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 190)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 190)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 190)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 191)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 191)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 191)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 191)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 192)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 192)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 192)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 192)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 193)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 193)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 193)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 193)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 194)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 194)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 194)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 194)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 195)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 195)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 195)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 195)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 196)
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 196)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 196)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 196)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 197)
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 197)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 197)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 197)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 198)
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')

/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/ClassNameTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavadocFieldCompletionModelTest.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests_1_5.java : 93 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 64)
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 65)
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 66)
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 102)
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 102)
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 104)
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 104)
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 119)
new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path)
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 119)
new ClasspathAttribute(IClasspathAttribute.EXTERNAL_ANNOTATION_PATH, path)
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 318)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 318)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 379)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 379)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 380)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 380)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 386)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 386)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 392)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 392)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 1864)
}, 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 1864)
}, 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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 1864)
}, 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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 1864)
}, 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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 2036)
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 2036)
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 2036)
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 2036)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 2036)
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 2036)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 2083)
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 2083)
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 2083)
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 2083)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 2083)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 2083)
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')

/src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java : 21 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/SubstringCompletionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CopyMoveResourcesTests.java : 65 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/Java9ElementTests.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
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 1605)
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')

/src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CreateTypeSourceExamplesTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/ThreadSafetyTests.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
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 6542)
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 6542)
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 6542)
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 6542)
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 6543)
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 6543)
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 6543)
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 6555)
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 6555)
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 6555)
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 6555)
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 6556)
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 6556)
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 6556)
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 7386)
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 7386)
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 7386)
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 7386)
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')

/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelCompletionTests.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaLikeExtensionsTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java : 19 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java : 80 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 37)
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/JavaIndexTests.java
 (at line 38)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 116)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 116)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 116)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 116)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 163)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 163)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 163)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 163)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 198)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 198)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 198)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 198)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 208)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 208)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 208)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 208)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 309)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 309)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 309)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 309)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 321)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 321)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 321)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 321)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 406)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 406)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 406)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 406)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 472)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 472)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 472)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 472)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 483)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 483)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 483)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 483)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 535)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 535)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 535)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 535)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 682)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 682)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 682)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 682)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 698)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 698)
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 698)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 703)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 703)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 719)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 744)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 744)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 744)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 744)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 758)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 758)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 758)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 758)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 798)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 798)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 798)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 798)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 798)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 808)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 808)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 808)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 808)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 808)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 846)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 846)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 846)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 846)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 846)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 857)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 857)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 857)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 857)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 857)
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')

/src/org/eclipse/jdt/core/tests/model/ClasspathResolutionBreakpointListener.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java : 58 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/CompletionTests_1_5.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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 356)
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 356)
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 356)
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 357)
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 359)
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 359)
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 359)
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 368)
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 368)
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 368)
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 369)
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 370)
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 370)
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 370)
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 524)
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 524)
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 524)
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 525)
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 525)
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 525)
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 526)
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 526)
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 526)
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 529)
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 529)
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 529)
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 530)
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 530)
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 551)
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 551)
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 551)
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 553)
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 554)
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 555)
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 555)
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 555)
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 556)
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 556)
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 556)
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 569)
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 569)
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 569)
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 570)
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 572)
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 572)
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 572)
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 585)
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 585)
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 585)
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 586)
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 587)
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 588)
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 589)
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 589)
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 589)
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 590)
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 591)
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 591)
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 591)
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 596)
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 596)
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 596)
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 597)
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 597)
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 597)
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')

/src/org/eclipse/jdt/core/tests/nd/LargeBlockTest.java : 46 warnings :

DISCOURAGED ACCESS WARNINGS
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')

/src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
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.core/target/classes')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 570)
actualOverflow = cache.getOverflow();
Discouraged access: The method 'OverflowingLRUCache<capture#6-of ?,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 583)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 583)
ElementCache<OverflowingTestOpenable> 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 583)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 587)
cache.put(openables[i], new MockInfo(i));
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 591)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 594)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 597)
actualOverflow = cache.getOverflow();
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 601)
JavaElementInfo value = cache.get(openables[i]);
Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 601)
JavaElementInfo value = cache.get(openables[i]);
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 621)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 621)
ElementCache<OverflowingTestOpenable> 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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 621)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 625)
cache.put(openables[i], new MockInfo(i));
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 628)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 631)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 634)
actualOverflow = cache.getOverflow();
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 638)
JavaElementInfo value = cache.get(openables[i]);
Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 638)
JavaElementInfo value = cache.get(openables[i]);
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 644)
Object value = cache.get(openables[i]);
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.get(OverflowingCacheTests.OverflowingTestOpenable)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 661)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The type 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 661)
ElementCache<OverflowingTestOpenable> 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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 661)
ElementCache<OverflowingTestOpenable> cache = new ElementCache<>(spaceLimit);
Discouraged access: The constructor 'ElementCache<OverflowingCacheTests.OverflowingTestOpenable>(int)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 665)
cache.put(openables[i], new MockInfo(i));
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.put(OverflowingCacheTests.OverflowingTestOpenable, JavaElementInfo)' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 668)
Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable();
Discouraged access: The type 'LRUCache.LRUCacheEntry<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 668)
Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable();
Discouraged access: The type 'JavaElementInfo' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 668)
Hashtable<OverflowingTestOpenable, LRUCacheEntry<OverflowingTestOpenable, JavaElementInfo>> table = cache.getEntryTable();
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getEntryTable()' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 670)
int actualCurrent = cache.getCurrentSpace();
Discouraged access: The method 'LRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getCurrentSpace()' is not API (restriction on classpath entry '/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/OverflowingCacheTests.java
 (at line 672)
int actualOverflow = cache.getOverflow();
Discouraged access: The method 'OverflowingLRUCache<OverflowingCacheTests.OverflowingTestOpenable,JavaElementInfo>.getOverflow()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java
 (at line 34)
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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java
 (at line 149)
if (fragmentRoots[i] instanceof JarPackageFragmentRoot) continue;
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ModelTestsUtil.java
 (at line 169)
if (!(root instanceof 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')

/src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 17)
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/InheritenceTests.java
 (at line 18)
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/InheritenceTests.java
 (at line 19)
import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry;
Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/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/InheritenceTests.java
 (at line 20)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 21)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 22)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 31)
public static class AllObjects 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 32)
public static final FieldOneToMany<BaseClass> BASE_CLASS_INSTANCES;
Discouraged access: The type 'FieldOneToMany<InheritenceTests.BaseClass>' is not 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/InheritenceTests.java
 (at line 33)
public static final FieldOneToMany<Reference> REFERENCE_INSTANCES;
Discouraged access: The type 'FieldOneToMany<InheritenceTests.Reference>' is not 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/InheritenceTests.java
 (at line 36)
public static final StructDef<AllObjects> type;
Discouraged access: The type 'StructDef<InheritenceTests.AllObjects>' is not 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/InheritenceTests.java
 (at line 39)
type = StructDef.create(AllObjects.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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 39)
type = StructDef.create(AllObjects.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<InheritenceTests.AllObjects>, StructDef<? super InheritenceTests.AllObjects>)' is not 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/InheritenceTests.java
 (at line 39)
type = StructDef.create(AllObjects.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')
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 39)
type = StructDef.create(AllObjects.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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 41)
BASE_CLASS_INSTANCES = FieldOneToMany.create(type, BaseClass.DELETION_DETECTOR, 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 41)
BASE_CLASS_INSTANCES = FieldOneToMany.create(type, BaseClass.DELETION_DETECTOR, 0);
Discouraged access: The method 'FieldOneToMany.create(StructDef<InheritenceTests.AllObjects>, FieldManyToOne<InheritenceTests.AllObjects>, 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/nd/InheritenceTests.java
 (at line 42)
REFERENCE_INSTANCES = FieldOneToMany.create(type, Reference.DELETION_DETECTOR, 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')
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 42)
REFERENCE_INSTANCES = FieldOneToMany.create(type, Reference.DELETION_DETECTOR, 0);
Discouraged access: The method 'FieldOneToMany.create(StructDef<InheritenceTests.AllObjects>, FieldManyToOne<InheritenceTests.AllObjects>, 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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 43)
type.done();
Discouraged access: The method 'StructDef<InheritenceTests.AllObjects>.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')
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 46)
public AllObjects(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 47)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 50)
public AllObjects(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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.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')
24. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 55)
return BASE_CLASS_INSTANCES.asList(getNd(), this.address).contains(toTest);
Discouraged access: The method 'FieldOneToMany<InheritenceTests.BaseClass>.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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 55)
return BASE_CLASS_INSTANCES.asList(getNd(), this.address).contains(toTest);
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 55)
return BASE_CLASS_INSTANCES.asList(getNd(), this.address).contains(toTest);
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 59)
return REFERENCE_INSTANCES.asList(getNd(), this.address).contains(toTest);
Discouraged access: The method 'FieldOneToMany<InheritenceTests.Reference>.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')
28. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 59)
return REFERENCE_INSTANCES.asList(getNd(), this.address).contains(toTest);
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/InheritenceTests.java
 (at line 59)
return REFERENCE_INSTANCES.asList(getNd(), this.address).contains(toTest);
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/InheritenceTests.java
 (at line 63)
public static class BaseClass 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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 64)
public static final FieldOneToMany<Reference> INCOMING_REFERENCES;
Discouraged access: The type 'FieldOneToMany<InheritenceTests.Reference>' is not 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/InheritenceTests.java
 (at line 65)
public static final FieldOneToMany<Reference> OWNED_REFERENCES;
Discouraged access: The type 'FieldOneToMany<InheritenceTests.Reference>' is not 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/InheritenceTests.java
 (at line 66)
public static final FieldManyToOne<AllObjects> DELETION_DETECTOR;
Discouraged access: The type 'FieldManyToOne<InheritenceTests.AllObjects>' is not 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/InheritenceTests.java
 (at line 69)
public static final StructDef<BaseClass> type;
Discouraged access: The type 'StructDef<InheritenceTests.BaseClass>' is not 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/InheritenceTests.java
 (at line 72)
type = StructDef.create(BaseClass.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')
36. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 72)
type = StructDef.create(BaseClass.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<InheritenceTests.BaseClass>, StructDef<? super InheritenceTests.BaseClass>)' is not 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/InheritenceTests.java
 (at line 72)
type = StructDef.create(BaseClass.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')
38. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 72)
type = StructDef.create(BaseClass.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')
39. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 74)
INCOMING_REFERENCES = FieldOneToMany.create(type, Reference.BASE_CLASS_REFERENCE, 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')
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 74)
INCOMING_REFERENCES = FieldOneToMany.create(type, Reference.BASE_CLASS_REFERENCE, 0);
Discouraged access: The method 'FieldOneToMany.create(StructDef<InheritenceTests.BaseClass>, FieldManyToOne<InheritenceTests.BaseClass>, 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')
41. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 75)
OWNED_REFERENCES = FieldOneToMany.create(type, Reference.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')
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 75)
OWNED_REFERENCES = FieldOneToMany.create(type, Reference.OWNER, 0);
Discouraged access: The method 'FieldOneToMany.create(StructDef<InheritenceTests.BaseClass>, FieldManyToOne<InheritenceTests.BaseClass>, 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/nd/InheritenceTests.java
 (at line 76)
DELETION_DETECTOR = FieldManyToOne.create(type, AllObjects.BASE_CLASS_INSTANCES);
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 76)
DELETION_DETECTOR = FieldManyToOne.create(type, AllObjects.BASE_CLASS_INSTANCES);
Discouraged access: The method 'FieldManyToOne.create(StructDef<InheritenceTests.BaseClass>, FieldOneToMany<InheritenceTests.BaseClass>)' is not 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/InheritenceTests.java
 (at line 77)
type.useStandardRefCounting().done();
Discouraged access: The method 'StructDef<InheritenceTests.BaseClass>.useStandardRefCounting()' is not 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/InheritenceTests.java
 (at line 77)
type.useStandardRefCounting().done();
Discouraged access: The method 'StructDef<InheritenceTests.BaseClass>.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')
47. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 80)
public BaseClass(Nd nd, AllObjects deletionDetector) {
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 81)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 83)
DELETION_DETECTOR.put(nd, this.address, deletionDetector);
Discouraged access: The method 'FieldManyToOne<InheritenceTests.AllObjects>.put(Nd, long, InheritenceTests.AllObjects)' is not 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/InheritenceTests.java
 (at line 83)
DELETION_DETECTOR.put(nd, this.address, deletionDetector);
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 86)
public BaseClass(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')
52. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 87)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 92)
public static final FieldOneToMany<Reference> MORE_REFERENCES;
Discouraged access: The type 'FieldOneToMany<InheritenceTests.Reference>' is not 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/InheritenceTests.java
 (at line 95)
public static final StructDef<SubClass> type;
Discouraged access: The type 'StructDef<InheritenceTests.SubClass>' is not 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/InheritenceTests.java
 (at line 98)
type = StructDef.create(SubClass.class, BaseClass.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')
56. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 98)
type = StructDef.create(SubClass.class, BaseClass.type);
Discouraged access: The method 'StructDef.create(Class<InheritenceTests.SubClass>, StructDef<? super InheritenceTests.SubClass>)' is not 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/InheritenceTests.java
 (at line 100)
MORE_REFERENCES = FieldOneToMany.create(type, Reference.SUB_CLASS_REFERENCE, 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')
58. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 100)
MORE_REFERENCES = FieldOneToMany.create(type, Reference.SUB_CLASS_REFERENCE, 0);
Discouraged access: The method 'FieldOneToMany.create(StructDef<InheritenceTests.SubClass>, FieldManyToOne<InheritenceTests.SubClass>, 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')
59. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 101)
type.useStandardRefCounting().done();
Discouraged access: The method 'StructDef<InheritenceTests.SubClass>.useStandardRefCounting()' is not 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/InheritenceTests.java
 (at line 101)
type.useStandardRefCounting().done();
Discouraged access: The method 'StructDef<InheritenceTests.SubClass>.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')
61. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 104)
public SubClass(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')
62. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 108)
public SubClass(Nd nd, AllObjects deletionDetector) {
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 113)
public static class Reference 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')
64. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 114)
public static final FieldManyToOne<BaseClass> BASE_CLASS_REFERENCE;
Discouraged access: The type 'FieldManyToOne<InheritenceTests.BaseClass>' is not 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/InheritenceTests.java
 (at line 115)
public static final FieldManyToOne<BaseClass> OWNER;
Discouraged access: The type 'FieldManyToOne<InheritenceTests.BaseClass>' is not 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/InheritenceTests.java
 (at line 116)
public static final FieldManyToOne<SubClass> SUB_CLASS_REFERENCE;
Discouraged access: The type 'FieldManyToOne<InheritenceTests.SubClass>' is not 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/InheritenceTests.java
 (at line 117)
public static final FieldManyToOne<AllObjects> DELETION_DETECTOR;
Discouraged access: The type 'FieldManyToOne<InheritenceTests.AllObjects>' is not 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/InheritenceTests.java
 (at line 120)
public static StructDef<Reference> type;
Discouraged access: The type 'StructDef<InheritenceTests.Reference>' is not 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/InheritenceTests.java
 (at line 123)
type = StructDef.create(Reference.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')
70. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 123)
type = StructDef.create(Reference.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<InheritenceTests.Reference>, StructDef<? super InheritenceTests.Reference>)' is not 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/InheritenceTests.java
 (at line 123)
type = StructDef.create(Reference.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')
72. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 123)
type = StructDef.create(Reference.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')
73. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 125)
BASE_CLASS_REFERENCE = FieldManyToOne.create(type, BaseClass.INCOMING_REFERENCES);
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 125)
BASE_CLASS_REFERENCE = FieldManyToOne.create(type, BaseClass.INCOMING_REFERENCES);
Discouraged access: The method 'FieldManyToOne.create(StructDef<InheritenceTests.Reference>, FieldOneToMany<InheritenceTests.Reference>)' is not 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/InheritenceTests.java
 (at line 126)
OWNER = FieldManyToOne.createOwner(type, BaseClass.OWNED_REFERENCES);
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 126)
OWNER = FieldManyToOne.createOwner(type, BaseClass.OWNED_REFERENCES);
Discouraged access: The method 'FieldManyToOne.createOwner(StructDef<InheritenceTests.Reference>, FieldOneToMany<InheritenceTests.Reference>)' is not 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/InheritenceTests.java
 (at line 127)
SUB_CLASS_REFERENCE = FieldManyToOne.create(type, SubClass.MORE_REFERENCES);
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 127)
SUB_CLASS_REFERENCE = FieldManyToOne.create(type, SubClass.MORE_REFERENCES);
Discouraged access: The method 'FieldManyToOne.create(StructDef<InheritenceTests.Reference>, FieldOneToMany<InheritenceTests.Reference>)' is not 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/InheritenceTests.java
 (at line 128)
DELETION_DETECTOR = FieldManyToOne.create(type, AllObjects.REFERENCE_INSTANCES);
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 128)
DELETION_DETECTOR = FieldManyToOne.create(type, AllObjects.REFERENCE_INSTANCES);
Discouraged access: The method 'FieldManyToOne.create(StructDef<InheritenceTests.Reference>, FieldOneToMany<InheritenceTests.Reference>)' is not 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/InheritenceTests.java
 (at line 129)
type.done();
Discouraged access: The method 'StructDef<InheritenceTests.Reference>.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')
82. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 132)
public Reference(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')
83. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 133)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 136)
public Reference(Nd nd, AllObjects deletionDetector) {
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 137)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 139)
DELETION_DETECTOR.put(nd, this.address, deletionDetector);
Discouraged access: The method 'FieldManyToOne<InheritenceTests.AllObjects>.put(Nd, long, InheritenceTests.AllObjects)' is not 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/InheritenceTests.java
 (at line 139)
DELETION_DETECTOR.put(nd, this.address, deletionDetector);
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 143)
BASE_CLASS_REFERENCE.put(getNd(), this.address, target);
Discouraged access: The method 'FieldManyToOne<InheritenceTests.BaseClass>.put(Nd, long, InheritenceTests.BaseClass)' is not 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/InheritenceTests.java
 (at line 143)
BASE_CLASS_REFERENCE.put(getNd(), this.address, target);
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 143)
BASE_CLASS_REFERENCE.put(getNd(), this.address, target);
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 147)
OWNER.put(getNd(), this.address, target);
Discouraged access: The method 'FieldManyToOne<InheritenceTests.BaseClass>.put(Nd, long, InheritenceTests.BaseClass)' is not 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/InheritenceTests.java
 (at line 147)
OWNER.put(getNd(), this.address, target);
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 147)
OWNER.put(getNd(), this.address, target);
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 151)
SUB_CLASS_REFERENCE.put(getNd(), this.address, target);
Discouraged access: The method 'FieldManyToOne<InheritenceTests.SubClass>.put(Nd, long, InheritenceTests.SubClass)' is not 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/InheritenceTests.java
 (at line 151)
SUB_CLASS_REFERENCE.put(getNd(), this.address, target);
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 151)
SUB_CLASS_REFERENCE.put(getNd(), this.address, target);
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 161)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 167)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 167)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 167)
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')

/src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java : 31 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/ASTConverter18Test.java
 (at line 34)
import org.eclipse.jdt.internal.core.ResolvedBinaryMethod;
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/ASTConverter18Test.java
 (at line 1592)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1592)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1628)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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/ASTConverter18Test.java
 (at line 1628)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1663)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1663)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1706)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1706)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1960)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 1960)
assertEquals("real modifiers", ClassFileConstants.AccPublic, binding.getModifiers());
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter18Test.java
 (at line 4456)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4456)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4457)
assertTrue(bm.getParameterNames().length == 1);
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4458)
assertEquals(bm.getParameterNames()[0], "string");
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4459)
assertEquals(bm.getParameterTypes()[0], "Ljava.lang.String;");
Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not 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/dom/ASTConverter18Test.java
 (at line 4521)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4521)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4522)
assertTrue(bm.getParameterNames().length == 1);
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4580)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4580)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4581)
assertTrue(bm.getParameterNames().length == 1);
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4644)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4644)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4645)
String[] parameterNames = bm.getParameterNames();
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4649)
String[] parameterTypes = bm.getParameterTypes();
Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not 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/dom/ASTConverter18Test.java
 (at line 4708)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4708)
ResolvedBinaryMethod bm = (ResolvedBinaryMethod) method.getJavaElement();
Discouraged access: The type 'ResolvedBinaryMethod' is not 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/dom/ASTConverter18Test.java
 (at line 4709)
assertTrue(bm.getParameterNames().length == 0);
Discouraged access: The method 'BinaryMethod.getParameterNames()' is not 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/dom/ASTConverter18Test.java
 (at line 4710)
assertTrue(bm.getParameterTypes().length == 0);
Discouraged access: The method 'BinaryMethod.getParameterTypes()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/CompletionTests12.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 16)
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/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 64)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 65)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 65)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 65)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 65)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 66)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 66)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_ENUM' is not 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/CompletionTests12.java
 (at line 66)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 66)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 67)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 67)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 67)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 67)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 94)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 95)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 95)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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/CompletionTests12.java
 (at line 95)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 95)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 96)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 96)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_ENUM' is not 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/CompletionTests12.java
 (at line 96)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 96)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 97)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 97)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 97)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 97)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 124)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 125)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 125)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 125)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 125)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 126)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 126)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_ENUM' is not 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/CompletionTests12.java
 (at line 126)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 126)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 127)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 127)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 127)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 127)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 154)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 155)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 155)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 155)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 155)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 156)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 156)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_ENUM' is not 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/CompletionTests12.java
 (at line 156)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 156)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 157)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 157)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 157)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 157)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 184)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 185)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 185)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 185)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 185)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 186)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 186)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_ENUM' is not 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/CompletionTests12.java
 (at line 186)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 186)
RelevanceConstants.R_ENUM + RelevanceConstants.R_ENUM_CONSTANT +
Discouraged access: The field 'RelevanceConstants.R_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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 187)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 187)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 187)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.R_NON_RESTRICTED)+ "}",
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 187)
RelevanceConstants.R_UNQUALIFIED + RelevanceConstants.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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 216)
(RelevanceConstants.R_DEFAULT + RelevanceConstants.R_RESOLVED + RelevanceConstants.R_INTERESTING+
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/CompletionTests12.java
 (at line 217)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 217)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests12.java
 (at line 217)
RelevanceConstants.R_CASE + RelevanceConstants.R_EXACT_EXPECTED_TYPE +
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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java : 27 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 47)
import org.eclipse.jdt.internal.core.JavaElement;
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 48)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 49)
import org.eclipse.jdt.internal.core.TypeParameter;
Discouraged access: The type 'TypeParameter' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 50)
import org.eclipse.jdt.internal.core.search.BasicSearchEngine;
Discouraged access: The type 'BasicSearchEngine' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 51)
import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants;
Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 60)
private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/"
Discouraged access: The type 'IIndexConstants' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 60)
private final String module_separator = String.valueOf(IIndexConstants.SEPARATOR); // "/"
Discouraged access: The field 'IIndexConstants.SEPARATOR' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 4647)
BasicSearchEngine engine = new 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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4647)
BasicSearchEngine engine = new 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/JavaSearchBugs9Tests.java
 (at line 4647)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4651)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4671)
BasicSearchEngine engine = new 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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4671)
BasicSearchEngine engine = new 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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4671)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4675)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4694)
BasicSearchEngine engine = new 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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4694)
BasicSearchEngine engine = new 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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4694)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4698)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4715)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4715)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4715)
LocalVariable lv = new LocalVariable(((JavaElement)method), "o", 0, 0, 0, 0, "QObject;", null, 0, true);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/JavaSearchBugs9Tests.java
 (at line 4715)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4730)
TypeParameter tp = new TypeParameter(((JavaElement)type), "E");
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4730)
TypeParameter tp = new TypeParameter(((JavaElement)type), "E");
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4730)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 4730)
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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 32)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/JavaSearchScopeTests.java
 (at line 33)
import org.eclipse.jdt.internal.core.index.IndexLocation;
Discouraged access: The type 'IndexLocation' is not API (restriction on classpath entry '/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/JavaSearchScopeTests.java
 (at line 34)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/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/JavaSearchScopeTests.java
 (at line 56)
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/JavaSearchScopeTests.java
 (at line 56)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 56)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.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/JavaSearchScopeTests.java
 (at line 58)
manager.variables = new HashMap<>(5);
Discouraged access: The field 'JavaModelManager.variables' is not 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/JavaSearchScopeTests.java
 (at line 1034)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 1034)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 1034)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 1035)
indexManager.indexLibrary(new Path("/P1/bin"), project.getProject(), null);
Discouraged access: The method 'IndexManager.indexLibrary(IPath, IProject, URL)' is not API (restriction on classpath entry '/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/JavaSearchScopeTests.java
 (at line 1115)
IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL);
Discouraged access: The type 'IndexLocation' is not 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/JavaSearchScopeTests.java
 (at line 1115)
IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL);
Discouraged access: The type 'IndexLocation' is not 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/JavaSearchScopeTests.java
 (at line 1115)
IndexLocation indexLoc = IndexLocation.createIndexLocation(newURL);
Discouraged access: The method 'IndexLocation.createIndexLocation(URL)' is not 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/JavaSearchScopeTests.java
 (at line 1116)
assertTrue("Malformed index location", indexLoc.getIndexFile().exists());
Discouraged access: The method 'IndexLocation.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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingExpressionsTest.java
 (at line 26)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 238)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 238)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 238)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 238)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 2350)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 2350)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 2350)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingExpressionsTest.java
 (at line 2350)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java
 (at line 23)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter;
Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/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/FormatterJavadocDontIndentTagsTests.java
 (at line 56)
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/FormatterJavadocDontIndentTagsTests.java
 (at line 57)
this.formatterPrefs.comment_indent_root_tags = false; // Eclipse default is true
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_root_tags' is not API (restriction on classpath entry '/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/FormatterJavadocDontIndentTagsTests.java
 (at line 58)
this.formatterPrefs.comment_indent_parameter_description = false;
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java
 (at line 59)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java
 (at line 59)
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/FormatterJavadocDontIndentTagsTests.java
 (at line 59)
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')

/src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java : 44 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java
 (at line 20)
import org.eclipse.jdt.internal.core.hierarchy.RegionBasedTypeHierarchy;
Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 21)
import org.eclipse.jdt.internal.core.hierarchy.TypeHierarchy;
Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 37)
if(stored instanceof RegionBasedTypeHierarchy) {
Discouraged access: The type 'RegionBasedTypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 38)
assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof RegionBasedTypeHierarchy);
Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 39)
compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded);
Discouraged access: The type 'RegionBasedTypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 39)
compareRegionBasedTypeHierarchy(focus, (RegionBasedTypeHierarchy)stored,(RegionBasedTypeHierarchy)loaded);
Discouraged access: The type 'RegionBasedTypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 40)
} else if(stored instanceof TypeHierarchy) {
Discouraged access: The type 'TypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 41)
assertTrue("["+focus+"] hierarchies are not the same", loaded instanceof TypeHierarchy);
Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 42)
compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded);
Discouraged access: The type 'TypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 42)
compareTypeHierarchy(focus, (TypeHierarchy)stored,(TypeHierarchy)loaded);
Discouraged access: The type 'TypeHierarchy' is not 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/TypeHierarchySerializationTests.java
 (at line 45)
private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){
Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 45)
private static void compareRegionBasedTypeHierarchy(String focus, RegionBasedTypeHierarchy stored, RegionBasedTypeHierarchy loaded){
Discouraged access: The type 'RegionBasedTypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 48)
private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){
Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 48)
private static void compareTypeHierarchy(String focus, TypeHierarchy stored, TypeHierarchy loaded){
Discouraged access: The type 'TypeHierarchy' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 51)
IType type1 = stored.getType();
Discouraged access: The method 'TypeHierarchy.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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeHierarchySerializationTests.java
 (at line 52)
IType type2 = loaded.getType();
Discouraged access: The method 'TypeHierarchy.getType()' is not API (restriction on classpath entry '/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/TypeHierarchySerializationTests.java
 (at line 55)
IType[] allTypes1 = stored.getAllTypes();
Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not 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/TypeHierarchySerializationTests.java
 (at line 56)
IType[] allTypes2 = loaded.getAllTypes();
Discouraged access: The method 'TypeHierarchy.getAllTypes()' is not 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/TypeHierarchySerializationTests.java
 (at line 59)
IType[] allClasses1 = stored.getAllClasses();
Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not 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/TypeHierarchySerializationTests.java
 (at line 60)
IType[] allClasses2 = loaded.getAllClasses();
Discouraged access: The method 'TypeHierarchy.getAllClasses()' is not 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/TypeHierarchySerializationTests.java
 (at line 63)
IType[] allInterfaces1 = stored.getAllInterfaces();
Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not 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/TypeHierarchySerializationTests.java
 (at line 64)
IType[] allInterfaces2 = loaded.getAllInterfaces();
Discouraged access: The method 'TypeHierarchy.getAllInterfaces()' is not 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/TypeHierarchySerializationTests.java
 (at line 67)
IType[] rootClasses1 = stored.getRootClasses();
Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not 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/TypeHierarchySerializationTests.java
 (at line 68)
IType[] rootClasses2 = loaded.getRootClasses();
Discouraged access: The method 'TypeHierarchy.getRootClasses()' is not 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/TypeHierarchySerializationTests.java
 (at line 71)
IType[] rootInterfaces1 = stored.getRootInterfaces();
Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not 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/TypeHierarchySerializationTests.java
 (at line 72)
IType[] rootInterfaces2 = loaded.getRootInterfaces();
Discouraged access: The method 'TypeHierarchy.getRootInterfaces()' is not 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/TypeHierarchySerializationTests.java
 (at line 75)
Object[] missingTypes1 = stored.missingTypes.toArray();
Discouraged access: The field 'TypeHierarchy.missingTypes' is not 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/TypeHierarchySerializationTests.java
 (at line 76)
Object[] missingTypes2 = loaded.missingTypes.toArray();
Discouraged access: The field 'TypeHierarchy.missingTypes' is not 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/TypeHierarchySerializationTests.java
 (at line 82)
int cachedFlags1 = stored.getCachedFlags(aType);
Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 83)
int cachedFlags2 = loaded.getCachedFlags(aType);
Discouraged access: The method 'TypeHierarchy.getCachedFlags(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 86)
IType superclass1 = stored.getSuperclass(aType);
Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 87)
IType superclass2 = loaded.getSuperclass(aType);
Discouraged access: The method 'TypeHierarchy.getSuperclass(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 90)
IType[] superInterfaces1 = stored.getSuperInterfaces(aType);
Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 91)
IType[] superInterfaces2 = loaded.getSuperInterfaces(aType);
Discouraged access: The method 'TypeHierarchy.getSuperInterfaces(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 94)
IType[] superTypes1 = stored.getSupertypes(aType);
Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 95)
IType[] superTypes2 = loaded.getSupertypes(aType);
Discouraged access: The method 'TypeHierarchy.getSupertypes(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 98)
IType[] subclasses1 = stored.getSubclasses(aType);
Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 99)
IType[] subclasses2 = loaded.getSubclasses(aType);
Discouraged access: The method 'TypeHierarchy.getSubclasses(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 102)
IType[] subtypes1 = stored.getSubtypes(aType);
Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 103)
IType[] subtypes2 = loaded.getSubtypes(aType);
Discouraged access: The method 'TypeHierarchy.getSubtypes(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 106)
IType[] extendingInterfaces1 = stored.getExtendingInterfaces(aType);
Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 107)
IType[] extendingInterfaces2 = loaded.getExtendingInterfaces(aType);
Discouraged access: The method 'TypeHierarchy.getExtendingInterfaces(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 110)
IType[] implementingClasses1 = stored.getImplementingClasses(aType);
Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not 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/TypeHierarchySerializationTests.java
 (at line 111)
IType[] implementingClasses2 = loaded.getImplementingClasses(aType);
Discouraged access: The method 'TypeHierarchy.getImplementingClasses(IType)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/BufferTests.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/BufferTests.java
 (at line 441)
char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/BufferTests.java
 (at line 441)
char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null);
Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 17)
import org.eclipse.jdt.internal.core.nd.Nd;
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 18)
import org.eclipse.jdt.internal.core.nd.NdNode;
Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 19)
import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry;
Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 20)
import org.eclipse.jdt.internal.core.nd.field.FieldOneToOne;
Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 21)
import org.eclipse.jdt.internal.core.nd.field.StructDef;
Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 29)
public static class TestStruct 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 30)
public static final FieldOneToOne<TestStruct2> ANOTHER_STRUCT;
Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 31)
public static final FieldOneToOne<TestStruct2> OWNED;
Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 34)
public static final StructDef<TestStruct> type;
Discouraged access: The type 'StructDef<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 37)
type = StructDef.create(TestStruct.class, NdNode.type);
Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 37)
type = StructDef.create(TestStruct.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<FieldOneToOneTest.TestStruct>, StructDef<? super FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 37)
type = StructDef.create(TestStruct.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')
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 37)
type = StructDef.create(TestStruct.class, NdNode.type);
Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 39)
ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.ANOTHER_STRUCT);
Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 39)
ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.ANOTHER_STRUCT);
Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct>, StructDef<FieldOneToOneTest.TestStruct2>, FieldOneToOne<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 40)
OWNED = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.OWNER);
Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 40)
OWNED = FieldOneToOne.create(type, TestStruct2.type, TestStruct2.OWNER);
Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct>, StructDef<FieldOneToOneTest.TestStruct2>, FieldOneToOne<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 41)
type.done();
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 44)
public TestStruct(Nd nd) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 45)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 48)
public TestStruct(Nd nd, long record) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 49)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 53)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.put(Nd, long, FieldOneToOneTest.TestStruct2)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 53)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 53)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 57)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.get(Nd, long)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 57)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 57)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 61)
OWNED.put(getNd(), this.address, owned);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.put(Nd, long, FieldOneToOneTest.TestStruct2)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 61)
OWNED.put(getNd(), this.address, owned);
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 61)
OWNED.put(getNd(), this.address, owned);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 65)
return OWNED.get(getNd(), this.address);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct2>.get(Nd, long)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 65)
return OWNED.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')
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 65)
return OWNED.get(getNd(), this.address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 70)
super.destruct();
Discouraged access: The method 'NdNode.destruct()' is not 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/FieldOneToOneTest.java
 (at line 75)
public static class TestStruct2 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')
37. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 76)
public static final FieldOneToOne<TestStruct> OWNER;
Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 77)
public static final FieldOneToOne<TestStruct> ANOTHER_STRUCT;
Discouraged access: The type 'FieldOneToOne<FieldOneToOneTest.TestStruct>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 80)
public static final StructDef<TestStruct2> type;
Discouraged access: The type 'StructDef<FieldOneToOneTest.TestStruct2>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 83)
type = StructDef.create(TestStruct2.class, NdNode.type);
Discouraged access: The type 'StructDef<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 83)
type = StructDef.create(TestStruct2.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<FieldOneToOneTest.TestStruct2>, StructDef<? super FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 83)
type = StructDef.create(TestStruct2.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')
43. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 83)
type = StructDef.create(TestStruct2.class, NdNode.type);
Discouraged access: The field 'NdNode.type' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 85)
OWNER = FieldOneToOne.createOwner(type, TestStruct.type, TestStruct.OWNED);
Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 85)
OWNER = FieldOneToOne.createOwner(type, TestStruct.type, TestStruct.OWNED);
Discouraged access: The method 'FieldOneToOne.createOwner(StructDef<FieldOneToOneTest.TestStruct2>, StructDef<FieldOneToOneTest.TestStruct>, FieldOneToOne<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 86)
ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct.type, TestStruct.ANOTHER_STRUCT);
Discouraged access: The type 'FieldOneToOne<T>' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 86)
ANOTHER_STRUCT = FieldOneToOne.create(type, TestStruct.type, TestStruct.ANOTHER_STRUCT);
Discouraged access: The method 'FieldOneToOne.create(StructDef<FieldOneToOneTest.TestStruct2>, StructDef<FieldOneToOneTest.TestStruct>, FieldOneToOne<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 88)
type.done();
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.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')
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 91)
public TestStruct2(Nd nd) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 92)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 95)
public TestStruct2(Nd nd, long record) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 96)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 100)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.put(Nd, long, FieldOneToOneTest.TestStruct)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 100)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 100)
ANOTHER_STRUCT.put(getNd(), this.address, toSet);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 104)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.get(Nd, long)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 104)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The method 'NdStruct.getNd()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 104)
return ANOTHER_STRUCT.get(getNd(), this.address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 108)
OWNER.put(getNd(), this.address, owner);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.put(Nd, long, FieldOneToOneTest.TestStruct)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 108)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 108)
OWNER.put(getNd(), this.address, owner);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 112)
return OWNER.get(getNd(), this.address);
Discouraged access: The method 'FieldOneToOne<FieldOneToOneTest.TestStruct>.get(Nd, long)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 112)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 112)
return OWNER.get(getNd(), this.address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 117)
super.destruct();
Discouraged access: The method 'NdNode.destruct()' is not 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/FieldOneToOneTest.java
 (at line 126)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 134)
NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>();
Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 134)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 134)
NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>();
Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 135)
registry.register(0, TestStruct2.type.getFactory());
Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldOneToOneTest.TestStruct2>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 135)
registry.register(0, TestStruct2.type.getFactory());
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.getFactory()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 136)
registry.register(1, TestStruct.type.getFactory());
Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<FieldOneToOneTest.TestStruct>)' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 136)
registry.register(1, TestStruct.type.getFactory());
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.getFactory()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 138)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 138)
this.nd.getDB().setExclusiveLock();
Discouraged access: The method 'Database.setExclusiveLock()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 153)
assertEquals(this.owner.address, this.owned.getOwner().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 153)
assertEquals(this.owner.address, this.owned.getOwner().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 154)
assertEquals(this.owned.address, this.owner.getOwned().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 154)
assertEquals(this.owned.address, this.owner.getOwned().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 155)
assertEquals(this.referencer.address, this.referenced.getAnother().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 155)
assertEquals(this.referencer.address, this.referenced.getAnother().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 156)
assertEquals(this.referenced.address, this.referencer.getAnother().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 156)
assertEquals(this.referenced.address, this.referencer.getAnother().address);
Discouraged access: The field 'NdStruct.address' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 160)
long freed = this.nd.getDB().getBytesFreed();
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 160)
long freed = this.nd.getDB().getBytesFreed();
Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 164)
this.nd.processDeletions();
Discouraged access: The method 'Nd.processDeletions()' is not 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/FieldOneToOneTest.java
 (at line 167)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size());
Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 167)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size());
Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 167)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size());
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.size()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 172)
long freed = this.nd.getDB().getBytesFreed();
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 172)
long freed = this.nd.getDB().getBytesFreed();
Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 174)
this.owner.delete();
Discouraged access: The method 'NdNode.delete()' is not 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/FieldOneToOneTest.java
 (at line 176)
this.nd.processDeletions();
Discouraged access: The method 'Nd.processDeletions()' is not 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/FieldOneToOneTest.java
 (at line 178)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size());
Discouraged access: The method 'Nd.getDB()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 178)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size());
Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 178)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size());
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct2>.size()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 178)
assertTrue(this.nd.getDB().getBytesFreed() - freed >= TestStruct2.type.size() + TestStruct.type.size());
Discouraged access: The method 'StructDef<FieldOneToOneTest.TestStruct>.size()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 184)
long freed = this.nd.getDB().getBytesFreed();
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 184)
long freed = this.nd.getDB().getBytesFreed();
Discouraged access: The method 'Database.getBytesFreed()' is not API (restriction on classpath entry '/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/FieldOneToOneTest.java
 (at line 189)
this.nd.processDeletions();
Discouraged access: The method 'Nd.processDeletions()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/EncodingTests.java : 99 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 49)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/EncodingTests.java
 (at line 114)
String renamedContents = new String (Util.getResourceContentsAsCharArray(file));
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/EncodingTests.java
 (at line 114)
String renamedContents = new String (Util.getResourceContentsAsCharArray(file));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 125)
byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file);
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/EncodingTests.java
 (at line 125)
byte[] renamedEncodedBytes = Util.getResourceContentsAsByteArray(file);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 168)
byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath()));
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/EncodingTests.java
 (at line 168)
byte[] encodedContents = Util.getResourceContentsAsByteArray(newProject.getProject().getWorkspace().getRoot().getFile(cu.getPath()));
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/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/EncodingTests.java
 (at line 199)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 199)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 205)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 205)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 227)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 227)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 233)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 233)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 253)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 253)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 259)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 259)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 283)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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/EncodingTests.java
 (at line 283)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 302)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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/EncodingTests.java
 (at line 302)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 320)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 320)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 340)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 340)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 346)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 346)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 364)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 364)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 370)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 370)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 384)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
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/EncodingTests.java
 (at line 384)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 390)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
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/EncodingTests.java
 (at line 390)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(this.utf8File);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 410)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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/EncodingTests.java
 (at line 410)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 425)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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/EncodingTests.java
 (at line 425)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 439)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 439)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 460)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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/EncodingTests.java
 (at line 460)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, vmEncoding));
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 483)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 483)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 509)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 509)
String encodedContents = new String (Util.getResourceContentsAsCharArray(this.utf8File, 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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 545)
String encodedContents = new String (Util.getResourceContentsAsCharArray(file, 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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 545)
String encodedContents = new String (Util.getResourceContentsAsCharArray(file, 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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 548)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(file);
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/EncodingTests.java
 (at line 548)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(file);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 594)
String encodedContents = new String (Util.getResourceContentsAsCharArray(file));
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/EncodingTests.java
 (at line 594)
String encodedContents = new String (Util.getResourceContentsAsCharArray(file));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/EncodingTests.java
 (at line 597)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(file);
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/EncodingTests.java
 (at line 597)
byte[] encodedBytes = Util.getResourceContentsAsByteArray(file);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not 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/EncodingTests.java
 (at line 719)
char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, (int) file.getLocation().toFile().length(), "UTF-8");
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/EncodingTests.java
 (at line 719)
char[] result = org.eclipse.jdt.internal.compiler.util.Util.getInputStreamAsCharArray(in, (int) file.getLocation().toFile().length(), "UTF-8");
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 855)
char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8");
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/EncodingTests.java
 (at line 855)
char[] fileContents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(file, "UTF-8");
Discouraged access: The method 'Util.getFileCharContent(File, String)' is not API (restriction on classpath entry '/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/EncodingTests.java
 (at line 859)
char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8");
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/EncodingTests.java
 (at line 859)
char[] ifileContents =Util.getResourceContentsAsCharArray(emptyFile, "UTF-8");
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 976)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 976)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 991)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 991)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1005)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1005)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1059)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1059)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1129)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1129)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1144)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1144)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1195)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1195)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1210)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1210)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1253)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1253)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1269)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1269)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1285)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1285)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1301)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1301)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1345)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1345)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1361)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1361)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1412)
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1412)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1427)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1427)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1443)
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1443)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1459)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/EncodingTests.java
 (at line 1459)
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')

/src/org/eclipse/jdt/core/tests/model/CompletionTests2.java : 99 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java
 (at line 50)
import org.eclipse.jdt.internal.codeassist.InternalCompletionContext;
Discouraged access: The type 'InternalCompletionContext' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 51)
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/CompletionTests2.java
 (at line 52)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 53)
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/CompletionTests2.java
 (at line 54)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java
 (at line 55)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 249)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 312)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 374)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 437)
"element:ZZZ completion:pz.ZZZ relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_NON_RESTRICTED),
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 495)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, ()V, AllConstructors01, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 496)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 497)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (I)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 498)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 499)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;)V, AllConstructors01, (o), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 500)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 501)
"AllConstructors01[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01;, (Ljava.lang.Object;Ljava.lang.String;)V, AllConstructors01, (o, s), "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 502)
" AllConstructors01[TYPE_REF]{p6930.AllConstructors01, p6930, Lp6930.AllConstructors01;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 503)
"AllConstructors01b[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors01b;, ()V, AllConstructors01b, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 504)
" AllConstructors01b[TYPE_REF]{p6930.AllConstructors01b, p6930, Lp6930.AllConstructors01b;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}",
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 562)
"AllConstructors02[CONSTRUCTOR_INVOCATION]{(), Lp6930.AllConstructors02;, ()V, AllConstructors02, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 563)
" AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 563)
" AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests2.java
 (at line 563)
" AllConstructors02[TYPE_REF]{p6930.AllConstructors02, p6930, Lp6930.AllConstructors02;, null, null, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_CONSTRUCTOR)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_CONSTRUCTOR' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS3.java
 (at line 37)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java
 (at line 1107)
JavaElement element = (JavaElement)binding.getJavaElement();
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS3.java
 (at line 1107)
JavaElement element = (JavaElement)binding.getJavaElement();
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS3.java
 (at line 1108)
assertNotNull("Null Element info", element.getElementInfo());
Discouraged access: The method 'JavaElement.getElementInfo()' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS3.java
 (at line 1116)
createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/dom/ASTConverterBugsTestJLS3.java
 (at line 1116)
createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5);
Discouraged access: The field 'CompilerOptions.VERSION_1_5' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 39)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 40)
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/JavaSearchBugs8Tests.java
 (at line 41)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 42)
import org.eclipse.jdt.internal.core.search.matching.AndPattern;
Discouraged access: The type 'AndPattern' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 43)
import org.eclipse.jdt.internal.core.search.matching.MethodPattern;
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 1597)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 1597)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 1597)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 1598)
indexManager.indexAll(project.getProject());
Discouraged access: The method 'IndexManager.indexAll(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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3576)
SearchPattern pattern = new AndPattern(leftPattern, rightPattern);
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3576)
SearchPattern pattern = new AndPattern(leftPattern, rightPattern);
Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not 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/JavaSearchBugs8Tests.java
 (at line 3655)
SearchPattern pattern = new AndPattern(leftPattern, rightPattern);
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3655)
SearchPattern pattern = new AndPattern(leftPattern, rightPattern);
Discouraged access: The constructor 'AndPattern(SearchPattern, SearchPattern)' is not 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/JavaSearchBugs8Tests.java
 (at line 4239)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, 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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4239)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(elements[0], METHOD_REFERENCE_EXPRESSION, 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4335)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4335)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4439)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4439)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4461)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4461)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", IMPLEMENTORS, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4588)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4588)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4588)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4589)
indexManager.indexAll(project.getProject());
Discouraged access: The method 'IndexManager.indexAll(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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4592)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4592)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4625)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4625)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4625)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4626)
indexManager.indexAll(project.getProject());
Discouraged access: The method 'IndexManager.indexAll(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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4629)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE );
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 4629)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern("*new", METHOD, IJavaSearchConstants.METHOD_REFERENCE_EXPRESSION, EXACT_RULE );
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugs8Tests.java
 (at line 4734)
LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement();
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4734)
LambdaMethod method = (LambdaMethod) this.resultCollector.match.getElement();
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')

/src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 24)
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/ModifyingResourceTests.java
 (at line 25)
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/ModifyingResourceTests.java
 (at line 109)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 109)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 109)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 162)
((JavaElement)element).toStringInfo(tab, buffer);
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 162)
((JavaElement)element).toStringInfo(tab, buffer);
Discouraged access: The method 'JavaElement.toStringInfo(int, 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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java : 26 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 29)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/FormatterJSR308Tests.java
 (at line 30)
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/FormatterJSR308Tests.java
 (at line 31)
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/FormatterJSR308Tests.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/FormatterJSR308Tests.java
 (at line 67)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 76)
String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/FormatterJSR308Tests.java
 (at line 76)
String result = org.eclipse.jdt.internal.core.util.Util.editedString(source, edit);
Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/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/FormatterJSR308Tests.java
 (at line 84)
final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/FormatterJSR308Tests.java
 (at line 84)
final String result2 = org.eclipse.jdt.internal.core.util.Util.editedString(result, edit);
Discouraged access: The method 'Util.editedString(String, TextEdit)' is not API (restriction on classpath entry '/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/FormatterJSR308Tests.java
 (at line 97)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 97)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 101)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 101)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 101)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 101)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 102)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 102)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 102)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 102)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 103)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 103)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 103)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 103)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 162)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 162)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 162)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs, this.formatterOptions);
Discouraged access: The constructor 'DefaultCodeFormatter(DefaultCodeFormatterOptions, Map<String,String>)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java
 (at line 24)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/JavadocPackageCompletionModelTest.java
 (at line 48)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocPackageCompletionModelTest.java
 (at line 48)
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')

/src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java
 (at line 27)
import org.eclipse.jdt.internal.core.JavaElement;
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/RootManipulationsTests.java
 (at line 89)
buffer.append(((JavaElement)element).toDebugString());
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java
 (at line 89)
buffer.append(((JavaElement)element).toDebugString());
Discouraged access: The method 'JavaElement.toDebugString()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 49)
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/ModuleBuilderTests.java
 (at line 50)
import org.eclipse.jdt.internal.compiler.lookup.TypeConstants;
Discouraged access: The type 'TypeConstants' is not 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/ModuleBuilderTests.java
 (at line 51)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 52)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 53)
import org.eclipse.jdt.internal.core.builder.ClasspathJrt;
Discouraged access: The type 'ClasspathJrt' is not 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/ModuleBuilderTests.java
 (at line 54)
import org.eclipse.jdt.internal.core.util.Messages;
Discouraged access: The type 'Messages' is not 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/ModuleBuilderTests.java
 (at line 235)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 235)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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/ModuleBuilderTests.java
 (at line 388)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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/ModuleBuilderTests.java
 (at line 388)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 703)
options.put(CompilerOptions.OPTION_Compliance, "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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 703)
options.put(CompilerOptions.OPTION_Compliance, "9");
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 704)
options.put(CompilerOptions.OPTION_Source, "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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 704)
options.put(CompilerOptions.OPTION_Source, "9");
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 705)
options.put(CompilerOptions.OPTION_TargetPlatform, "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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 705)
options.put(CompilerOptions.OPTION_TargetPlatform, "9");
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 706)
options.put(CompilerOptions.OPTION_Release, "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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 706)
options.put(CompilerOptions.OPTION_Release, "enabled");
Discouraged access: The field 'CompilerOptions.OPTION_Release' is not 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/ModuleBuilderTests.java
 (at line 746)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 746)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 786)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 786)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 825)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 825)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 870)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 870)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 915)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 915)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 960)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 960)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1005)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1005)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1055)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1055)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1090)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1090)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1254)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1254)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1304)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1304)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1371)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1371)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1410)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1410)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1536)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1536)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1586)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 1586)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2155)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p2.getElementName());
Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The method 'Messages.bind(String, Object, Object)' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The field 'Messages.classpath_duplicateEntryPath' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The type 'TypeConstants' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2193)
String expected = Messages.bind(Messages.classpath_duplicateEntryPath, TypeConstants.MODULE_INFO_FILE_NAME_STRING, p1.getElementName());
Discouraged access: The field 'TypeConstants.MODULE_INFO_FILE_NAME_STRING' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 2249)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2249)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2302)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2302)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2372)
IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true");
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2372)
IClasspathAttribute modAttr = new ClasspathAttribute(IClasspathAttribute.MODULE, "true");
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2755)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2755)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2804)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2804)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2854)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2854)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2907)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2907)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2959)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2959)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3004)
options.put(CompilerOptions.OPTION_Compliance, "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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3004)
options.put(CompilerOptions.OPTION_Compliance, "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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3005)
options.put(CompilerOptions.OPTION_Source, "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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3005)
options.put(CompilerOptions.OPTION_Source, "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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3006)
options.put(CompilerOptions.OPTION_TargetPlatform, "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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3006)
options.put(CompilerOptions.OPTION_TargetPlatform, "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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3041)
options.put(CompilerOptions.OPTION_Compliance, "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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3041)
options.put(CompilerOptions.OPTION_Compliance, "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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3042)
options.put(CompilerOptions.OPTION_Source, "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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3042)
options.put(CompilerOptions.OPTION_Source, "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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3043)
options.put(CompilerOptions.OPTION_TargetPlatform, "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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3043)
options.put(CompilerOptions.OPTION_TargetPlatform, "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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3075)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3075)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3141)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3141)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3198)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3198)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3327)
newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3327)
newOptions.put(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED);
Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not 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/ModuleBuilderTests.java
 (at line 3346)
assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode));
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/model/ModuleBuilderTests.java
 (at line 3346)
assertNull("Option should not be stored", JavaCore.getOption(CompilerOptions.OPTION_JdtDebugCompileMode));
Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/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/ModuleBuilderTests.java
 (at line 3370)
p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3370)
p1.setOption(CompilerOptions.OPTION_JdtDebugCompileMode, JavaCore.ENABLED);
Discouraged access: The field 'CompilerOptions.OPTION_JdtDebugCompileMode' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java : 33 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 26)
import org.eclipse.core.internal.runtime.RuntimeLog;
Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 67)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/JavaProjectTests.java
 (at line 68)
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/JavaProjectTests.java
 (at line 69)
import org.eclipse.jdt.internal.core.PackageFragmentRoot;
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 70)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/JavaProjectTests.java
 (at line 1803)
String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors();
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 1803)
String rootPath = ((PackageFragmentRoot)lastRoot).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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2394)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2394)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The field 'ClassFileConstants.JDK1_1' is not API (restriction on classpath entry '/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/JavaProjectTests.java
 (at line 2394)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2394)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/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/JavaProjectTests.java
 (at line 2430)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, 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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2430)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false);
Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not 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/JavaProjectTests.java
 (at line 2430)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false);
Discouraged access: The method 'UserLibraryManager.setUserLibrary(String, IClasspathEntry[], 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/JavaProjectTests.java
 (at line 2433)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2433)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2433)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/JavaProjectTests.java
 (at line 2434)
String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST";
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2434)
String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST";
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2724)
RuntimeLog.addLogListener(new ILogListener() {
Discouraged access: The type 'RuntimeLog' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2724)
RuntimeLog.addLogListener(new ILogListener() {
Discouraged access: The method 'RuntimeLog.addLogListener(ILogListener)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/rt.equinox.bundles/bundles/org.eclipse.equinox.common/target/classes')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2943)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2943)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2943)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The field 'JavaModelManager.deltaState' is not 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/JavaProjectTests.java
 (at line 2943)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not 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/JavaProjectTests.java
 (at line 2947)
assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2947)
assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2947)
assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The field 'JavaModelManager.deltaState' is not 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/JavaProjectTests.java
 (at line 2947)
assertFalse(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not 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/JavaProjectTests.java
 (at line 2951)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2951)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2951)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The field 'JavaModelManager.deltaState' is not 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/JavaProjectTests.java
 (at line 2951)
assertTrue(JavaModelManager.getJavaModelManager().deltaState.getExternalLibTimeStamps().containsKey(path));
Discouraged access: The method 'DeltaProcessingState.getExternalLibTimeStamps()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/MementoTests.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.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/MementoTests.java
 (at line 24)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 492)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 492)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 492)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null, 0, true);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 504)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 504)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 504)
ILocalVariable localVar = new LocalVariable((JavaElement)method, "var", 1, 2, 3, 4, "Z", null,0, false);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 516)
ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 516)
ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/MementoTests.java
 (at line 516)
ILocalVariable localVar = new LocalVariable((JavaElement)initializer, "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 41)
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/TypeResolveTests.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/TypeResolveTests.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/TypeResolveTests.java
 (at line 44)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 45)
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/TypeResolveTests.java
 (at line 46)
import org.eclipse.jdt.internal.core.NameLookup.Answer;
Discouraged access: The type 'NameLookup.Answer' is not 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/TypeResolveTests.java
 (at line 47)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 361)
assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 361)
assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The method 'LocalVariable.getAnnotations()' is not 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/TypeResolveTests.java
 (at line 432)
assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 432)
assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The method 'LocalVariable.getAnnotations()' is not 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/TypeResolveTests.java
 (at line 799)
assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName());
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 799)
assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 802)
assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName());
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 802)
assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 805)
assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName());
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 805)
assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 808)
assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName());
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 808)
assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 811)
assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName());
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 811)
assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 814)
assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName());
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 814)
assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 817)
assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName());
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 817)
assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 819)
String handleId = ((SourceType)element).getHandleMemento();
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 819)
String handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method 'JavaElement.getHandleMemento()' is not 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/TypeResolveTests.java
 (at line 825)
assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName());
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 825)
assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 828)
assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName());
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 828)
assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 830)
handleId = ((SourceType)element).getHandleMemento();
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 830)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method 'JavaElement.getHandleMemento()' is not 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/TypeResolveTests.java
 (at line 836)
assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName());
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 836)
assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 839)
assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName());
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 839)
assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method 'SourceType.getFullyQualifiedName()' is not 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/TypeResolveTests.java
 (at line 841)
handleId = ((SourceType)element).getHandleMemento();
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 841)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method 'JavaElement.getHandleMemento()' is not 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/TypeResolveTests.java
 (at line 868)
JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5");
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 868)
JavaProject project = (JavaProject) createJavaProject("P", new String[] {"src"}, new String[] {"JCL15_LIB"}, "bin", "1.5");
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 882)
IType itype = project.findType("p.test13");
Discouraged access: The method 'JavaProject.findType(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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 884)
itype = project.findType("p.test13outer");
Discouraged access: The method 'JavaProject.findType(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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 889)
NameLookup nameLookup = project.newNameLookup(workingCopy);
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 889)
NameLookup nameLookup = project.newNameLookup(workingCopy);
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 890)
itype = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL);
Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 890)
itype = nameLookup.findType("p.test13", 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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 890)
itype = nameLookup.findType("p.test13", 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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 892)
Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null);
Discouraged access: The type 'NameLookup.Answer' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 892)
Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null);
Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 892)
Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null);
Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 892)
Answer answer = nameLookup.findType("p.test13outer", false, /*NameLookup.ACCEPT_ALL*/ NameLookup.ACCEPT_INTERFACES, false, true, false, null);
Discouraged access: The field 'NameLookup.ACCEPT_INTERFACES' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 895)
itype = project.findType("p.test13outer", (IProgressMonitor) null);
Discouraged access: The method 'JavaProject.findType(String, 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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 898)
itype = project.findType("p", "test13");
Discouraged access: The method 'JavaProject.findType(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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 901)
itype = project.findType("p", "test13outer");
Discouraged access: The method 'JavaProject.findType(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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 904)
itype = project.findType("p.test13", workingCopy[0].getOwner());
Discouraged access: The method 'JavaProject.findType(String, 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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 907)
itype = project.findType("p.test13outer", workingCopy[0].getOwner());
Discouraged access: The method 'JavaProject.findType(String, 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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 910)
itype = project.findType("p", "test13outer", (IProgressMonitor) null);
Discouraged access: The method 'JavaProject.findType(String, String, 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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 913)
itype = project.findType("p", "test13", workingCopy[0].getOwner());
Discouraged access: The method 'JavaProject.findType(String, String, 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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 916)
itype = project.findType("p", "test13outer", workingCopy[0].getOwner());
Discouraged access: The method 'JavaProject.findType(String, String, 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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 919)
itype = project.findType("p.test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null);
Discouraged access: The method 'JavaProject.findType(String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 922)
itype = project.findType("p", "test13outer", workingCopy[0].getOwner(), (IProgressMonitor) null);
Discouraged access: The method 'JavaProject.findType(String, String, WorkingCopyOwner, IProgressMonitor)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 925)
itype = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL);
Discouraged access: The method 'NameLookup.findType(String, boolean, int)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 925)
itype = nameLookup.findType("p.test13outer", 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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 925)
itype = nameLookup.findType("p.test13outer", 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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 928)
answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false);
Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 928)
answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false);
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 928)
answer = nameLookup.findType("p.test13outer", false, NameLookup.ACCEPT_ALL, false);
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 929)
assertEquals("test13outer", answer.type.getElementName());
Discouraged access: The field 'NameLookup.Answer.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/TypeResolveTests.java
 (at line 931)
IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false);
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 931)
IPackageFragment[] packageFragments = project.newNameLookup(workingCopy[0].getOwner()).findPackageFragments("p", false);
Discouraged access: The method 'NameLookup.findPackageFragments(String, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 932)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL);
Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 932)
itype = nameLookup.findType("test13outer", packageFragments[0], 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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 932)
itype = nameLookup.findType("test13outer", packageFragments[0], 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 935)
itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL);
Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 935)
itype = nameLookup.findType("test13", packageFragments[0], 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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 935)
itype = nameLookup.findType("test13", packageFragments[0], 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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 938)
answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false);
Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 938)
answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false);
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 938)
answer = nameLookup.findType("test13outer", "p", false, NameLookup.ACCEPT_ALL, false);
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 939)
assertEquals("test13outer", answer.type.getElementName());
Discouraged access: The field 'NameLookup.Answer.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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 941)
answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false);
Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 941)
answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false);
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 941)
answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, false);
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 942)
assertEquals("test13", answer.type.getElementName());
Discouraged access: The field 'NameLookup.Answer.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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 944)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true);
Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 944)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true);
Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 944)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ true);
Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 947)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 947)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 947)
itype = nameLookup.findType("test13outer", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 950)
itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The method 'NameLookup.findType(String, IPackageFragment, boolean, int, boolean, boolean)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 950)
itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 950)
itype = nameLookup.findType("test13", packageFragments[0], false, NameLookup.ACCEPT_ALL, false, /* considerSecondaryTypes */ false);
Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 953)
answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null);
Discouraged access: The method 'NameLookup.findType(String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 953)
answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null);
Discouraged access: The type 'NameLookup' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 953)
answer = nameLookup.findType("p.test13", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null);
Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 954)
assertEquals("test13", answer.type.getElementName());
Discouraged access: The field 'NameLookup.Answer.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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 956)
answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null);
Discouraged access: The method 'NameLookup.findType(String, String, boolean, int, boolean, boolean, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/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/TypeResolveTests.java
 (at line 956)
answer = nameLookup.findType("test13", "p", false, NameLookup.ACCEPT_ALL, /* considerSecondaryTypes */ false, true, false, null);
Discouraged access: The field 'NameLookup.ACCEPT_ALL' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java : 85 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavadocCompletionModelTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.parser.JavadocTagConstants;
Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 31)
public abstract class AbstractJavadocCompletionModelTest extends AbstractJavaModelCompletionTests implements JavadocTagConstants {
Discouraged access: The type 'JavadocTagConstants' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 35)
protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 35)
protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 35)
protected final static int JAVADOC_RELEVANCE = R_DEFAULT+ R_INTERESTING+ R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 37)
protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 37)
protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 37)
protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 37)
protected final static int R_DRINR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 39)
protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 39)
protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 39)
protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 39)
protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 39)
protected final static int R_DRIUNR= R_DEFAULT+R_RESOLVED+R_INTERESTING+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 41)
protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 41)
protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 41)
protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 41)
protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 41)
protected static final int R_DRICNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 43)
protected static final int R_DRICQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 45)
protected static final int R_DRICUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 47)
protected static final int R_DRICENNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_QUALIFIED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 49)
protected static final int R_DRICENQNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_QUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 51)
protected static final int R_DRICENUNR = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_UNQUALIFIED+R_NON_RESTRICTED;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 53)
protected static final int R_DRICNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 55)
protected static final int R_DRICENNRNS = R_DEFAULT+R_RESOLVED+R_INTERESTING+R_CASE+R_EXACT_NAME+R_NON_RESTRICTED+R_NON_STATIC;
Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 59)
protected static final int R_DRICNRE = R_DRICNR+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 61)
protected static final int R_DRICUNRE = R_DRICUNR+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 63)
protected static final int R_DRICENNRE = R_DRICENNR+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 65)
protected static final int R_DRICENUNRE = R_DRICENUNR+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 69)
protected static final int R_DRICNREET = R_DRICNR+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 71)
protected static final int R_DRICUNREET = R_DRICUNR+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 73)
protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 73)
protected static final int R_DRICUNREETE = R_DRICUNR+R_EXACT_EXPECTED_TYPE+R_EXCEPTION;
Discouraged access: The field 'RelevanceConstants.R_EXCEPTION' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 77)
protected static final int R_DRICNREEET = R_DRICNRE+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 80)
protected static final int R_DRICUNREEET = R_DRICUNRE+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 83)
protected static final int R_DRICENNREEET = R_DRICENNRE+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 86)
protected static final int R_DRICENUNREEET = R_DRICENUNRE+R_EXACT_EXPECTED_TYPE;
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 90)
protected static final int JAVADOC_RELEVANCE_IT = JAVADOC_RELEVANCE+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 92)
protected static final int R_DRINRIT = R_DRINR+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 94)
protected static final int R_DRICNRIT = R_DRICNR+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 96)
protected static final int R_DRICUNRIT = R_DRICUNR+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 98)
protected static final int R_DRICENNRIT = R_DRICENNR+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 100)
protected static final int R_DRICENUNRIT = R_DRICENUNR+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 102)
protected static final int R_DRICNRNSIT = R_DRICNRNS+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 104)
protected static final int R_DRICNREETIT = R_DRICNREET+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/AbstractJavadocCompletionModelTest.java
 (at line 107)
protected static final int R_DRICUNREETIT = R_DRICUNREET+R_INLINE_TAG;
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/nd/FieldListTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 19)
import org.eclipse.jdt.internal.core.nd.IDestructable;
Discouraged access: The type 'IDestructable' is not 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/FieldListTest.java
 (at line 20)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 21)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 22)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 23)
import org.eclipse.jdt.internal.core.nd.NdStruct;
Discouraged access: The type 'NdStruct' is not 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/FieldListTest.java
 (at line 24)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 25)
import org.eclipse.jdt.internal.core.nd.field.FieldByte;
Discouraged access: The type 'FieldByte' is not 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/FieldListTest.java
 (at line 26)
import org.eclipse.jdt.internal.core.nd.field.FieldList;
Discouraged access: The type 'FieldList<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/FieldListTest.java
 (at line 27)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 28)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 29)
import org.eclipse.jdt.internal.core.nd.field.FieldString;
Discouraged access: The type 'FieldString' is not 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/FieldListTest.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')
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 38)
public static class ElementNode 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')
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 39)
public static final FieldString NAME;
Discouraged access: The type 'FieldString' is not 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/FieldListTest.java
 (at line 40)
public static final FieldOneToMany<TestStruct> RELATED_STRUCTS;
Discouraged access: The type 'FieldOneToMany<FieldListTest.TestStruct>' is not 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/FieldListTest.java
 (at line 41)
public static final FieldManyToOne<TestStruct> PARENT_NODE;
Discouraged access: The type 'FieldManyToOne<FieldListTest.TestStruct>' is not 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/FieldListTest.java
 (at line 42)
public static final FieldList<TestStruct> LIST_CONTENTS;
Discouraged access: The type 'FieldList<FieldListTest.TestStruct>' is not 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/FieldListTest.java
 (at line 45)
public static final StructDef<ElementNode> type;
Discouraged access: The type 'StructDef<FieldListTest.ElementNode>' is not 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/FieldListTest.java
 (at line 48)
type = StructDef.create(ElementNode.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')
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 48)
type = StructDef.create(ElementNode.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<FieldListTest.ElementNode>, StructDef<? super FieldListTest.ElementNode>)' is not 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/FieldListTest.java
 (at line 48)
type = StructDef.create(ElementNode.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')
22. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 48)
type = StructDef.create(ElementNode.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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 50)
NAME = type.addString();
Discouraged access: The method 'StructDef<FieldListTest.ElementNode>.addString()' is not 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/FieldListTest.java
 (at line 51)
RELATED_STRUCTS = FieldOneToMany.create(type, TestStruct.RELATED_NODE);
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 51)
RELATED_STRUCTS = FieldOneToMany.create(type, TestStruct.RELATED_NODE);
Discouraged access: The method 'FieldOneToMany.create(StructDef<FieldListTest.ElementNode>, FieldManyToOne<FieldListTest.ElementNode>)' is not 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/FieldListTest.java
 (at line 52)
PARENT_NODE = FieldManyToOne.createOwner(type, TestStruct.CHILD_NODES);
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 52)
PARENT_NODE = FieldManyToOne.createOwner(type, TestStruct.CHILD_NODES);
Discouraged access: The method 'FieldManyToOne.createOwner(StructDef<FieldListTest.ElementNode>, FieldOneToMany<FieldListTest.ElementNode>)' is not 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/FieldListTest.java
 (at line 53)
LIST_CONTENTS = FieldList.create(type, TestStruct.type, 3);
Discouraged access: The type 'FieldList<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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 53)
LIST_CONTENTS = FieldList.create(type, TestStruct.type, 3);
Discouraged access: The method 'FieldList.create(StructDef<?>, StructDef<FieldListTest.TestStruct>, 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')
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 54)
type.done();
Discouraged access: The method 'StructDef<FieldListTest.ElementNode>.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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 57)
public ElementNode(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')
32. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 58)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 61)
public ElementNode(Nd nd, String name, TestStruct parent) {
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 62)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 64)
NAME.put(nd, this.address, name);
Discouraged access: The method 'FieldString.put(Nd, long, 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')
36. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 64)
NAME.put(nd, this.address, name);
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 65)
PARENT_NODE.put(nd, this.address, parent);
Discouraged access: The method 'FieldManyToOne<FieldListTest.TestStruct>.put(Nd, long, FieldListTest.TestStruct)' is not 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/FieldListTest.java
 (at line 65)
PARENT_NODE.put(nd, this.address, parent);
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/FieldListTest.java
 (at line 69)
TestStruct result = LIST_CONTENTS.append(this.nd, this.address);
Discouraged access: The method 'FieldList<FieldListTest.TestStruct>.append(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')
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 69)
TestStruct result = LIST_CONTENTS.append(this.nd, this.address);
Discouraged access: The field 'NdStruct.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')
41. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 69)
TestStruct result = LIST_CONTENTS.append(this.nd, 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')
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 75)
return LIST_CONTENTS.asList(getNd(), getAddress());
Discouraged access: The method 'FieldList<FieldListTest.TestStruct>.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')
43. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 75)
return LIST_CONTENTS.asList(getNd(), getAddress());
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 75)
return LIST_CONTENTS.asList(getNd(), getAddress());
Discouraged access: The method 'NdNode.getAddress()' is not 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/FieldListTest.java
 (at line 80)
super.destruct();
Discouraged access: The method 'NdNode.destruct()' is not 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/FieldListTest.java
 (at line 85)
public IString getName() {
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 86)
return NAME.get(getNd(), getAddress());
Discouraged access: The method 'FieldString.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')
48. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 86)
return NAME.get(getNd(), getAddress());
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 86)
return NAME.get(getNd(), getAddress());
Discouraged access: The method 'NdNode.getAddress()' is not 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/FieldListTest.java
 (at line 96)
builder.append(getName().getString());
Discouraged access: The method 'IString.getString()' is not 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/FieldListTest.java
 (at line 97)
if (!RELATED_STRUCTS.isEmpty(getNd(), getAddress())) {
Discouraged access: The method 'FieldOneToMany<FieldListTest.TestStruct>.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')
52. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 97)
if (!RELATED_STRUCTS.isEmpty(getNd(), getAddress())) {
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 97)
if (!RELATED_STRUCTS.isEmpty(getNd(), getAddress())) {
Discouraged access: The method 'NdNode.getAddress()' is not 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/FieldListTest.java
 (at line 126)
return RELATED_STRUCTS.asList(getNd(), getAddress());
Discouraged access: The method 'FieldOneToMany<FieldListTest.TestStruct>.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')
55. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 126)
return RELATED_STRUCTS.asList(getNd(), getAddress());
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 126)
return RELATED_STRUCTS.asList(getNd(), getAddress());
Discouraged access: The method 'NdNode.getAddress()' is not 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/FieldListTest.java
 (at line 130)
public static class TestStruct extends NdStruct implements IDestructable {
Discouraged access: The type 'NdStruct' is not 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/FieldListTest.java
 (at line 130)
public static class TestStruct extends NdStruct implements IDestructable {
Discouraged access: The type 'IDestructable' is not 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/FieldListTest.java
 (at line 131)
public static final FieldString NAME;
Discouraged access: The type 'FieldString' is not 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/FieldListTest.java
 (at line 132)
public static final FieldOneToMany<ElementNode> CHILD_NODES;
Discouraged access: The type 'FieldOneToMany<FieldListTest.ElementNode>' is not 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/FieldListTest.java
 (at line 133)
public static final FieldManyToOne<ElementNode> RELATED_NODE;
Discouraged access: The type 'FieldManyToOne<FieldListTest.ElementNode>' is not 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/FieldListTest.java
 (at line 134)
public static final FieldByte EXTRA_BYTE;
Discouraged access: The type 'FieldByte' is not 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/FieldListTest.java
 (at line 137)
public static final StructDef<TestStruct> type;
Discouraged access: The type 'StructDef<FieldListTest.TestStruct>' is not 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/FieldListTest.java
 (at line 140)
type = StructDef.create(TestStruct.class, NdStruct.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')
65. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 140)
type = StructDef.create(TestStruct.class, NdStruct.type);
Discouraged access: The method 'StructDef.create(Class<FieldListTest.TestStruct>, StructDef<? super FieldListTest.TestStruct>)' is not 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/FieldListTest.java
 (at line 140)
type = StructDef.create(TestStruct.class, NdStruct.type);
Discouraged access: The type 'NdStruct' is not 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/FieldListTest.java
 (at line 140)
type = StructDef.create(TestStruct.class, NdStruct.type);
Discouraged access: The field 'NdStruct.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')
68. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 142)
NAME = type.addString();
Discouraged access: The method 'StructDef<FieldListTest.TestStruct>.addString()' is not 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/FieldListTest.java
 (at line 143)
CHILD_NODES = FieldOneToMany.create(type, ElementNode.PARENT_NODE);
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 143)
CHILD_NODES = FieldOneToMany.create(type, ElementNode.PARENT_NODE);
Discouraged access: The method 'FieldOneToMany.create(StructDef<FieldListTest.TestStruct>, FieldManyToOne<FieldListTest.TestStruct>)' is not 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/FieldListTest.java
 (at line 144)
RELATED_NODE = FieldManyToOne.create(type, ElementNode.RELATED_STRUCTS);
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 144)
RELATED_NODE = FieldManyToOne.create(type, ElementNode.RELATED_STRUCTS);
Discouraged access: The method 'FieldManyToOne.create(StructDef<FieldListTest.TestStruct>, FieldOneToMany<FieldListTest.TestStruct>)' is not 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/FieldListTest.java
 (at line 145)
EXTRA_BYTE = type.addByte();
Discouraged access: The method 'StructDef<FieldListTest.TestStruct>.addByte()' is not 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/FieldListTest.java
 (at line 146)
type.done();
Discouraged access: The method 'StructDef<FieldListTest.TestStruct>.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')
75. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 149)
public TestStruct(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')
76. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 150)
super(nd, record);
Discouraged access: The constructor 'NdStruct(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')
77. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 154)
builder.append(getName().getString());
Discouraged access: The method 'IString.getString()' is not 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/FieldListTest.java
 (at line 155)
ElementNode related = RELATED_NODE.get(getNd(), getAddress());
Discouraged access: The method 'FieldManyToOne<FieldListTest.ElementNode>.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')
79. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 155)
ElementNode related = RELATED_NODE.get(getNd(), getAddress());
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/FieldListTest.java
 (at line 155)
ElementNode related = RELATED_NODE.get(getNd(), getAddress());
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 158)
builder.append(related.getName().getString());
Discouraged access: The method 'IString.getString()' is not 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/FieldListTest.java
 (at line 183)
public IString getName() {
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 184)
return NAME.get(getNd(), getAddress());
Discouraged access: The method 'FieldString.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')
84. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 184)
return NAME.get(getNd(), getAddress());
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 184)
return NAME.get(getNd(), getAddress());
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 188)
RELATED_NODE.put(getNd(), getAddress(), elementNode);
Discouraged access: The method 'FieldManyToOne<FieldListTest.ElementNode>.put(Nd, long, FieldListTest.ElementNode)' is not 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/FieldListTest.java
 (at line 188)
RELATED_NODE.put(getNd(), getAddress(), elementNode);
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 188)
RELATED_NODE.put(getNd(), getAddress(), elementNode);
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 192)
return RELATED_NODE.get(getNd(), getAddress());
Discouraged access: The method 'FieldManyToOne<FieldListTest.ElementNode>.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')
90. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 192)
return RELATED_NODE.get(getNd(), getAddress());
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 192)
return RELATED_NODE.get(getNd(), getAddress());
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 196)
NAME.put(getNd(), getAddress(), name);
Discouraged access: The method 'FieldString.put(Nd, long, 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')
93. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 196)
NAME.put(getNd(), getAddress(), name);
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 196)
NAME.put(getNd(), getAddress(), name);
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 200)
return CHILD_NODES.asList(getNd(), getAddress());
Discouraged access: The method 'FieldOneToMany<FieldListTest.ElementNode>.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')
96. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 200)
return CHILD_NODES.asList(getNd(), getAddress());
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 200)
return CHILD_NODES.asList(getNd(), getAddress());
Discouraged access: The method 'NdStruct.getAddress()' is not 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/FieldListTest.java
 (at line 204)
return new ElementNode(getNd(), name, this);
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 215)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 225)
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')

/src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 60)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 61)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 62)
import org.eclipse.jdt.internal.core.ExternalFoldersManager;
Discouraged access: The type 'ExternalFoldersManager' is not 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/AttachSourceTests.java
 (at line 63)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 64)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 65)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 66)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 86)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 86)
long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion);
Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 87)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 87)
if (jdkLevel >= ClassFileConstants.JDK9) {
Discouraged access: The field 'ClassFileConstants.JDK9' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 315)
((JavaProject)this.currentProject).resetResolvedClasspath();
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 315)
((JavaProject)this.currentProject).resetResolvedClasspath();
Discouraged access: The method 'JavaProject.resetResolvedClasspath()' is not 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/AttachSourceTests.java
 (at line 541)
IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject();
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 541)
IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject();
Discouraged access: The method 'JavaModelManager.getExternalManager()' is not 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/AttachSourceTests.java
 (at line 541)
IProject externalFolderProject = JavaModelManager.getExternalManager().getExternalFoldersProject();
Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersProject()' is not 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/AttachSourceTests.java
 (at line 1267)
JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar);
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1267)
JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar);
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1268)
root.attachSource(srcZip.getFullPath(), new Path("src/nested"), null);
Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, IProgressMonitor)' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 1270)
IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class");
Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1272)
root.close();
Discouraged access: The method 'JavaElement.close()' is not 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/AttachSourceTests.java
 (at line 1273)
cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class");
Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(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/AttachSourceTests.java
 (at line 1276)
IPath rootSAPath= root.getSourceAttachmentRootPath();
Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentRootPath()' is not 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/AttachSourceTests.java
 (at line 1277)
assertEquals("Unexpected source attachment root path for " + root.getPath(), "src/nested", rootSAPath.toString());
Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 1279)
IPath saPath= root.getSourceAttachmentPath();
Discouraged access: The method 'PackageFragmentRoot.getSourceAttachmentPath()' is not 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/AttachSourceTests.java
 (at line 1280)
assertEquals("Unexpected source attachment path for " + root.getPath(), "/AttachSourceTests/attach2src.zip", saPath.toString());
Discouraged access: The method 'PackageFragmentRoot.getPath()' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 1282)
root.close();
Discouraged access: The method 'JavaElement.close()' is not 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/AttachSourceTests.java
 (at line 1292)
JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar);
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1292)
JarPackageFragmentRoot root = (JarPackageFragmentRoot) project.getPackageFragmentRoot(jar);
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1293)
root.attachSource(srcZip.getFullPath(), new Path(""), null);
Discouraged access: The method 'PackageFragmentRoot.attachSource(IPath, IPath, 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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1295)
IOrdinaryClassFile cf = root.getPackageFragment("x.y").getOrdinaryClassFile("B.class");
Discouraged access: The method 'PackageFragmentRoot.getPackageFragment(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/model/AttachSourceTests.java
 (at line 1297)
root.close();
Discouraged access: The method 'JavaElement.close()' is not 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/AttachSourceTests.java
 (at line 1525)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource()));
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1525)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource()));
Discouraged access: The field 'ClassFileConstants.JDK1_2' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 1525)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1525)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_2, Util.getJdkLevel(root.getResource()));
Discouraged access: The method 'Util.getJdkLevel(Object)' is not API (restriction on classpath entry '/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/AttachSourceTests.java
 (at line 1840)
((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath());
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1840)
((JavaProject)importedProject).resolveClasspath(importedProject.getRawClasspath());
Discouraged access: The method 'JavaProject.resolveClasspath(IClasspathEntry[])' is not 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/AttachSourceTests.java
 (at line 1841)
IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src"));
Discouraged access: The type 'ExternalFoldersManager' is not 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/AttachSourceTests.java
 (at line 1841)
IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src"));
Discouraged access: The method 'ExternalFoldersManager.getExternalFoldersManager()' is not 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/AttachSourceTests.java
 (at line 1841)
IFolder linkedFolder = ExternalFoldersManager.getExternalFoldersManager().getFolder(new Path(getExternalFolder() + File.separator + "336046src"));
Discouraged access: The method 'ExternalFoldersManager.getFolder(IPath)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java : 22 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 991)
if (root instanceof JrtPackageFragmentRoot)
Discouraged access: The type 'JrtPackageFragmentRoot' is not 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/JavaElementDeltaTests.java
 (at line 2793)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The type 'DeltaProcessingState' is not 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/JavaElementDeltaTests.java
 (at line 2793)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
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/JavaElementDeltaTests.java
 (at line 2793)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 2793)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The field 'JavaModelManager.deltaState' is not 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/JavaElementDeltaTests.java
 (at line 2794)
deltaState.oldRoots = null;
Discouraged access: The field 'DeltaProcessingState.oldRoots' is not 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/JavaElementDeltaTests.java
 (at line 2795)
deltaState.roots = null;
Discouraged access: The field 'DeltaProcessingState.roots' is not 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/JavaElementDeltaTests.java
 (at line 2796)
deltaState.rootsAreStale = true;
Discouraged access: The field 'DeltaProcessingState.rootsAreStale' is not 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/JavaElementDeltaTests.java
 (at line 2996)
JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 2996)
JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 2999)
p1.getProject().close(null);
Discouraged access: The method 'JavaProject.getProject()' is not 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/JavaElementDeltaTests.java
 (at line 3000)
p1.getProject().open(null);
Discouraged access: The method 'JavaProject.getProject()' is not 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/JavaElementDeltaTests.java
 (at line 3009)
p1.setRawClasspath(classpath, null);
Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], 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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3143)
JavaElementDelta delta = new JavaElementDelta(getJavaModel());
Discouraged access: The type 'JavaElementDelta' is not 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/JavaElementDeltaTests.java
 (at line 3143)
JavaElementDelta delta = new JavaElementDelta(getJavaModel());
Discouraged access: The type 'JavaElementDelta' is not 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/JavaElementDeltaTests.java
 (at line 3143)
JavaElementDelta delta = new JavaElementDelta(getJavaModel());
Discouraged access: The constructor 'JavaElementDelta(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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3144)
delta.added(getJavaProject("P1"));
Discouraged access: The method 'JavaElementDelta.added(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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3145)
delta.added(getJavaProject("P2"));
Discouraged access: The method 'JavaElementDelta.added(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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3146)
delta.added(getJavaProject("P3"));
Discouraged access: The method 'JavaElementDelta.added(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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3147)
delta.added(getJavaProject("P4"));
Discouraged access: The method 'JavaElementDelta.added(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3148)
delta.movedFrom(getJavaProject("P3"), getJavaProject("P5"));
Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, 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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3149)
delta.movedFrom(getJavaProject("P4"), getJavaProject("P6"));
Discouraged access: The method 'JavaElementDelta.movedFrom(IJavaElement, 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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java : 42 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 43)
import org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets;
Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 67)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The type 'LineCommentEndOffsets' is not 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/LineCommentOffsetsTest.java
 (at line 67)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The type 'LineCommentEndOffsets' is not 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/LineCommentOffsetsTest.java
 (at line 67)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not 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/LineCommentOffsetsTest.java
 (at line 68)
boolean res= offsets.isEndOfLineComment(0);
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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')
6. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 70)
res= offsets.remove(0);
Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 88)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not 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/LineCommentOffsetsTest.java
 (at line 88)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not 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/LineCommentOffsetsTest.java
 (at line 88)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not 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/LineCommentOffsetsTest.java
 (at line 95)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 96)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 97)
assertTrue(offsets.isEndOfLineComment(p2));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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')
13. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 98)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 99)
assertTrue(offsets.isEndOfLineComment(p4));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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')
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 101)
boolean res= offsets.remove(p2);
Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 104)
res= offsets.remove(p2);
Discouraged access: The method 'LineCommentEndOffsets.remove(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/LineCommentOffsetsTest.java
 (at line 107)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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')
18. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 108)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/LineCommentOffsetsTest.java
 (at line 109)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 110)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 111)
assertTrue(offsets.isEndOfLineComment(p4));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 113)
res= offsets.remove(p4);
Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 116)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 117)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 118)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 119)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 120)
assertFalse(offsets.isEndOfLineComment(p4));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 122)
res= offsets.remove(p1);
Discouraged access: The method 'LineCommentEndOffsets.remove(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 125)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 126)
assertFalse(offsets.isEndOfLineComment(p1));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 127)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 128)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 129)
assertFalse(offsets.isEndOfLineComment(p4));
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 157)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 157)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 157)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 172)
boolean actual= offsets.isEndOfLineComment(i, charContent);
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 175)
actual= offsets.isEndOfLineComment(i);
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 208)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 208)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type 'LineCommentEndOffsets' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 208)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor 'LineCommentEndOffsets(List)' is not API (restriction on classpath entry '/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/rewrite/describing/LineCommentOffsetsTest.java
 (at line 223)
boolean actual= offsets.isEndOfLineComment(i, charContent);
Discouraged access: The method 'LineCommentEndOffsets.isEndOfLineComment(int, char[])' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/JavadocTextCompletionModelTest.java
 (at line 43)
setUpProjectOptions(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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 43)
setUpProjectOptions(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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 77)
setUpProjectOptions(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 77)
setUpProjectOptions(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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 96)
setUpProjectOptions(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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 96)
setUpProjectOptions(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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 270)
"BasicTestTextIns[JAVADOC_TYPE_REF]{{@link BasicTestTextIns}, javadoc.text, Ljavadoc.text.BasicTestTextIns;, null, null, "+this.positions+(R_DRICENUNR+R_INLINE_TAG)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INLINE_TAG' is not API (restriction on classpath entry '/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/JavadocTextCompletionModelTest.java
 (at line 472)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 472)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 519)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTextCompletionModelTest.java
 (at line 519)
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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 32)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter;
Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 33)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 34)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions.Alignment;
Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 57)
this.formatterPrefs.brace_position_for_annotation_type_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_annotation_type_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 58)
this.formatterPrefs.brace_position_for_anonymous_type_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_anonymous_type_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 59)
this.formatterPrefs.brace_position_for_array_initializer = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_array_initializer' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 60)
this.formatterPrefs.brace_position_for_block = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 61)
this.formatterPrefs.brace_position_for_block_in_case = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_block_in_case' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 62)
this.formatterPrefs.brace_position_for_constructor_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_constructor_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 63)
this.formatterPrefs.brace_position_for_enum_constant = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_constant' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 64)
this.formatterPrefs.brace_position_for_enum_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_enum_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 65)
this.formatterPrefs.brace_position_for_method_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_method_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 66)
this.formatterPrefs.brace_position_for_switch = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_switch' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 67)
this.formatterPrefs.brace_position_for_type_declaration = braces;
Discouraged access: The field 'DefaultCodeFormatterOptions.brace_position_for_type_declaration' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 115)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 116)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 117)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 145)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 146)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 147)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 175)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 176)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 177)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 205)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 206)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 207)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 236)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 237)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 238)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 275)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 276)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 277)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 325)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 326)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 327)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 373)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 374)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 375)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 408)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 409)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 410)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 443)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 444)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 445)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 478)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 479)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 480)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 513)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 514)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 515)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 543)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 544)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 545)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 573)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
55. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 574)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 575)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 603)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 604)
this.formatterPrefs.disabling_tag = " format: off ".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 605)
this.formatterPrefs.enabling_tag = " format: on ".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 633)
this.formatterPrefs.use_tags = true;
Discouraged access: The field 'DefaultCodeFormatterOptions.use_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')
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 634)
this.formatterPrefs.disabling_tag = " format: off ".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.disabling_tag' is not 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/FormatterBugsTests.java
 (at line 635)
this.formatterPrefs.enabling_tag = " format: on ".toCharArray();
Discouraged access: The field 'DefaultCodeFormatterOptions.enabling_tag' is not 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/FormatterBugsTests.java
 (at line 670)
this.formatterPrefs.page_width = 40;
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 708)
this.formatterPrefs.page_width = 40;
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 751)
this.formatterPrefs.page_width = 40;
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1193)
this.formatterPrefs.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')
67. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1215)
this.formatterPrefs.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')
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1216)
this.formatterPrefs.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')
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1216)
this.formatterPrefs.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')
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1216)
this.formatterPrefs.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')
71. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1239)
this.formatterPrefs.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')
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1268)
this.formatterPrefs.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')
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1269)
this.formatterPrefs.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')
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1269)
this.formatterPrefs.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')
75. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1269)
this.formatterPrefs.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')
76. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1299)
this.formatterPrefs.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')
77. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1328)
this.formatterPrefs.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')
78. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1329)
this.formatterPrefs.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')
79. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1329)
this.formatterPrefs.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')
80. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1329)
this.formatterPrefs.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')
81. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1358)
this.formatterPrefs.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')
82. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1380)
this.formatterPrefs.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')
83. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1406)
this.formatterPrefs.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')
84. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1483)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1640)
this.formatterPrefs.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')
86. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1897)
this.formatterPrefs.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')
87. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1898)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1898)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1898)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1924)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1924)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_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')
92. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1924)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1925)
this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_expressions_in_array_initializer' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1925)
this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT;
Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1925)
this.formatterPrefs.alignment_for_expressions_in_array_initializer = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_NO_ALIGNMENT' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1947)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field 'DefaultCodeFormatterOptions.alignment_for_arguments_in_annotation' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1947)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterBugsTests.java
 (at line 1947)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_SPLIT' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1973)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT;
Discouraged access: The type 'DefaultCodeFormatterOptions.Alignment' is not API (restriction on classpath entry '/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/FormatterBugsTests.java
 (at line 1973)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT;
Discouraged access: The field 'DefaultCodeFormatterOptions.Alignment.M_COMPACT_FIRST_BREAK_SPLIT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 19)
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')
2. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 20)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 23)
public static JavaIndex createTempIndex(String id) {
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')
9. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 25)
return JavaIndex.getIndex(JavaIndex.createNd(dbName, 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')

/src/org/eclipse/jdt/core/tests/model/ClasspathTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 76)
import org.eclipse.jdt.internal.core.ClasspathEntry;
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 77)
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/ClasspathTests.java
 (at line 78)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 79)
import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer;
Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 80)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type 'State' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 301)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 301)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 301)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 306)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 306)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 318)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 850)
JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 850)
JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
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/ClasspathTests.java
 (at line 861)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The method 'JavaProject.getProject()' is not 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/ClasspathTests.java
 (at line 861)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
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/ClasspathTests.java
 (at line 861)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not 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/ClasspathTests.java
 (at line 870)
p1.close();
Discouraged access: The method 'JavaProject.close()' is not 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/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The type 'JavaModelManager.PerProjectInfo' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
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/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method 'JavaModelManager.getPerProjectInfo(IProject, boolean)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 871)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method 'JavaProject.getProject()' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 872)
perProjectInfo.setRawClasspath(null, null, null);
Discouraged access: The method 'JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[], IPath, IJavaModelStatus)' is not 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/ClasspathTests.java
 (at line 875)
p1.getExpandedClasspath();
Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not 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/ClasspathTests.java
 (at line 901)
this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent);
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 901)
this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent);
Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not 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/ClasspathTests.java
 (at line 925)
final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 925)
final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type 'JavaProject' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 930)
p1.getRawClasspath(); // force to read classpath
Discouraged access: The method 'JavaProject.getRawClasspath()' is not 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/ClasspathTests.java
 (at line 940)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The method 'JavaProject.getProject()' is not 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/ClasspathTests.java
 (at line 940)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
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/ClasspathTests.java
 (at line 940)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The field 'JavaProject.CLASSPATH_FILENAME' is not 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/ClasspathTests.java
 (at line 943)
p1.close();
Discouraged access: The method 'JavaProject.close()' is not 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/ClasspathTests.java
 (at line 944)
assertEquals("output location should not have been refreshed", "/P1", p1.getOutputLocation().toString());
Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 946)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, 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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 946)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method 'JavaProject.readRawClasspath()' is not 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/ClasspathTests.java
 (at line 946)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method 'JavaProject.readOutputLocation()' is not 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/ClasspathTests.java
 (at line 947)
assertEquals("output location should have been refreshed", "/P1/bin", p1.getOutputLocation().toString());
Discouraged access: The method 'JavaProject.getOutputLocation()' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 1974)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 1974)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false);
Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 1974)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 1974)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString(JavaCore.VERSION_1_5)), null, null, ClasspathEntry.NO_ACCESS_RULES, ClasspathEntry.NO_EXTRA_ATTRIBUTES, false);
Discouraged access: The field 'ClasspathEntry.NO_EXTRA_ATTRIBUTES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2356)
IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2356)
IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2378)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2378)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2401)
IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2401)
IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false);
Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2449)
IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2449)
IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field 'ClasspathEntry.NO_ACCESS_RULES' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2945)
String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8"));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2945)
String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8"));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile, String)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 2966)
byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file);
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/ClasspathTests.java
 (at line 2966)
byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file);
Discouraged access: The method 'Util.getResourceContentsAsByteArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3162)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3162)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not 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/ClasspathTests.java
 (at line 3228)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3228)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3250)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3250)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3277)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 3277)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4003)
IJavaModelStatus status1 = 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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4003)
IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false);
Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4004)
IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, 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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4004)
IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false);
Discouraged access: The method 'ClasspathEntry.validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4016)
status1 = 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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4016)
status1 = 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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4017)
status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, 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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4017)
status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, 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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4287)
if (!org.eclipse.jdt.internal.core.util.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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4287)
if (!org.eclipse.jdt.internal.core.util.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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4300)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4300)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true);
Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4311)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, 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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4311)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false);
Discouraged access: The method 'Util.setReadOnly(IResource, boolean)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4326)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4326)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4350)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4350)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4899)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 4899)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5713)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5713)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5757)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5757)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5811)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5811)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5853)
ClasspathEntry cp = new 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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5853)
ClasspathEntry cp = new ClasspathEntry(
Discouraged access: The constructor 'ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, IClasspathEntry, boolean, IAccessRule[], boolean, IClasspathAttribute[])' is not API (restriction on classpath entry '/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/ClasspathTests.java
 (at line 5853)
ClasspathEntry cp = new 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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5857)
ClasspathEntry.INCLUDE_ALL,
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5857)
ClasspathEntry.INCLUDE_ALL,
Discouraged access: The field 'ClasspathEntry.INCLUDE_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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5858)
ClasspathEntry.EXCLUDE_NONE,
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5858)
ClasspathEntry.EXCLUDE_NONE,
Discouraged access: The field 'ClasspathEntry.EXCLUDE_NONE' is not 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/ClasspathTests.java
 (at line 5866)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5866)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5919)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5919)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The method 'JavaProject.getExpandedClasspath()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 26)
import org.eclipse.jdt.internal.codeassist.InternalCompletionContext;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.ast.ASTNode;
Discouraged access: The type 'ASTNode' is not 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/CompletionTestsRequestor2.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.util.ObjectVector;
Discouraged access: The type 'ObjectVector' is not 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/CompletionTestsRequestor2.java
 (at line 29)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 216)
JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement();
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 216)
JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement();
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 220)
buffer.append(enclosingElement.toStringWithAncestors(true /*show resolved info*/));
Discouraged access: The method 'JavaElement.toStringWithAncestors(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/CompletionTestsRequestor2.java
 (at line 237)
JavaElement element = (JavaElement) visibleElements[i];
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 237)
JavaElement element = (JavaElement) visibleElements[i];
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 239)
buffer.append(element.toStringWithAncestors(true /*show resolved info*/));
Discouraged access: The method 'JavaElement.toStringWithAncestors(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/CompletionTestsRequestor2.java
 (at line 631)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 632)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 632)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 633)
ASTNode astNode = internalCompletionContext.getCompletionNode();
Discouraged access: The type 'ASTNode' is not 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/CompletionTestsRequestor2.java
 (at line 633)
ASTNode astNode = internalCompletionContext.getCompletionNode();
Discouraged access: The method 'InternalCompletionContext.getCompletionNode()' is not 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/CompletionTestsRequestor2.java
 (at line 634)
if (astNode != null) return astNode.toString();
Discouraged access: The method 'ASTNode.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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 641)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 642)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 642)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 643)
ASTNode astNode = internalCompletionContext.getCompletionNodeParent();
Discouraged access: The type 'ASTNode' is not 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/CompletionTestsRequestor2.java
 (at line 643)
ASTNode astNode = internalCompletionContext.getCompletionNodeParent();
Discouraged access: The method 'InternalCompletionContext.getCompletionNodeParent()' is not 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/CompletionTestsRequestor2.java
 (at line 644)
if (astNode != null) return astNode.toString();
Discouraged access: The method 'ASTNode.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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 651)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 652)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 652)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 653)
ObjectVector locals = internalCompletionContext.getVisibleLocalVariables();
Discouraged access: The type 'ObjectVector' is not 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/CompletionTestsRequestor2.java
 (at line 653)
ObjectVector locals = internalCompletionContext.getVisibleLocalVariables();
Discouraged access: The method 'InternalCompletionContext.getVisibleLocalVariables()' is not 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/CompletionTestsRequestor2.java
 (at line 654)
if (locals != null) return locals.toString();
Discouraged access: The method 'ObjectVector.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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 661)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 662)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 662)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 663)
ObjectVector fields = internalCompletionContext.getVisibleFields();
Discouraged access: The type 'ObjectVector' is not 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/CompletionTestsRequestor2.java
 (at line 663)
ObjectVector fields = internalCompletionContext.getVisibleFields();
Discouraged access: The method 'InternalCompletionContext.getVisibleFields()' is not 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/CompletionTestsRequestor2.java
 (at line 664)
if (fields != null) return fields.toString();
Discouraged access: The method 'ObjectVector.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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTestsRequestor2.java
 (at line 671)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 672)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 672)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type 'InternalCompletionContext' is not 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/CompletionTestsRequestor2.java
 (at line 673)
ObjectVector methods = internalCompletionContext.getVisibleMethods();
Discouraged access: The type 'ObjectVector' is not 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/CompletionTestsRequestor2.java
 (at line 673)
ObjectVector methods = internalCompletionContext.getVisibleMethods();
Discouraged access: The method 'InternalCompletionContext.getVisibleMethods()' is not 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/CompletionTestsRequestor2.java
 (at line 674)
if (methods != null) return methods.toString();
Discouraged access: The method 'ObjectVector.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')

/src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 36)
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/AbstractJavaModelTests.java
 (at line 37)
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/model/AbstractJavaModelTests.java
 (at line 38)
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/AbstractJavaModelTests.java
 (at line 39)
import org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer;
Discouraged access: The type 'JavaCorePreferenceInitializer' is not 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/AbstractJavaModelTests.java
 (at line 40)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 41)
import org.eclipse.jdt.internal.core.JavaElementDelta;
Discouraged access: The type 'JavaElementDelta' is not 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/AbstractJavaModelTests.java
 (at line 42)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 43)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 44)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 45)
import org.eclipse.jdt.internal.core.ResolvedSourceMethod;
Discouraged access: The type 'ResolvedSourceMethod' is not 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/AbstractJavaModelTests.java
 (at line 46)
import org.eclipse.jdt.internal.core.ResolvedSourceType;
Discouraged access: The type 'ResolvedSourceType' is not 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/AbstractJavaModelTests.java
 (at line 47)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 48)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 49)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 92)
long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 92)
long jdkLevel = CompilerOptions.versionToJdkLevel(javaVersion.length() > 3 ? javaVersion.substring(0, 3) : javaVersion);
Discouraged access: The method 'CompilerOptions.versionToJdkLevel(String)' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 93)
if (jdkLevel >= ClassFileConstants.getLatestJDKLevel()) {
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 93)
if (jdkLevel >= ClassFileConstants.getLatestJDKLevel()) {
Discouraged access: The method 'ClassFileConstants.getLatestJDKLevel()' is not 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/AbstractJavaModelTests.java
 (at line 96)
if (jdkLevel >= ClassFileConstants.JDK11) {
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 96)
if (jdkLevel >= ClassFileConstants.JDK11) {
Discouraged access: The field 'ClassFileConstants.JDK11' is not 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/AbstractJavaModelTests.java
 (at line 99)
if (jdkLevel >= ClassFileConstants.JDK10) {
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 99)
if (jdkLevel >= ClassFileConstants.JDK10) {
Discouraged access: The field 'ClassFileConstants.JDK10' is not 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/AbstractJavaModelTests.java
 (at line 102)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 102)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 281)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 281)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 281)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 281)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 294)
org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer);
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 294)
org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer);
Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 332)
if (((JavaElementDelta) delta).ignoreFromTests) {
Discouraged access: The type 'JavaElementDelta' is not 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/AbstractJavaModelTests.java
 (at line 332)
if (((JavaElementDelta) delta).ignoreFromTests) {
Discouraged access: The field 'JavaElementDelta.ignoreFromTests' is not 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/AbstractJavaModelTests.java
 (at line 635)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 635)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], 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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 766)
String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 766)
String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/);
Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 776)
fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist");
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 776)
fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist");
Discouraged access: The method 'JavaElement.toStringWithAncestors(boolean)' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 789)
JavaElement element = (JavaElement)elements[i];
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 789)
JavaElement element = (JavaElement)elements[i];
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 793)
buffer.append(element.toStringWithAncestors(showResolvedInfo));
Discouraged access: The method 'JavaElement.toStringWithAncestors(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/AbstractJavaModelTests.java
 (at line 838)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 838)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 838)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util.Comparer' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 838)
org.eclipse.jdt.internal.core.util.Util.Comparer comparer = new org.eclipse.jdt.internal.core.util.Util.Comparer() {
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 845)
org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer);
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/AbstractJavaModelTests.java
 (at line 845)
org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer);
Discouraged access: The method 'Util.sort(Object[], Util.Comparer)' is not API (restriction on classpath entry '/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/AbstractJavaModelTests.java
 (at line 1291)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1291)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1912)
IClasspathAttribute[] 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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1912)
IClasspathAttribute[] 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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1913)
if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9
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/model/AbstractJavaModelTests.java
 (at line 1913)
if (CompilerOptions.versionToJdkLevel(compliance) >= ClassFileConstants.JDK9
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1913)
if (CompilerOptions.versionToJdkLevel(compliance) >= 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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1913)
if (CompilerOptions.versionToJdkLevel(compliance) >= 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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1923)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES,
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1923)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES,
Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], 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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1929)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1929)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], 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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1942)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1942)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], 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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1980)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1980)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method 'ClasspathEntry.getAccessRules(IPath[], 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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1996)
JavaProject javaProject = (JavaProject) JavaCore.create(project);
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1996)
JavaProject javaProject = (JavaProject) JavaCore.create(project);
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1998)
javaProject.writeFileEntries(entries, projectPath.append(outputPath));
Discouraged access: The method 'JavaProject.writeFileEntries(IClasspathEntry[], 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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2000)
javaProject.setRawClasspath(entries, projectPath.append(outputPath), monitor);
Discouraged access: The method 'JavaProject.setRawClasspath(IClasspathEntry[], IPath, 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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2005)
options.put(CompilerOptions.OPTION_Compliance, 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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2005)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_4);
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2005)
options.put(CompilerOptions.OPTION_Compliance, 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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2005)
options.put(CompilerOptions.OPTION_Compliance, 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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2006)
options.put(CompilerOptions.OPTION_Source, 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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2006)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2006)
options.put(CompilerOptions.OPTION_Source, 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2006)
options.put(CompilerOptions.OPTION_Source, 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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2007)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2007)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_4);
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2007)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2007)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2008)
javaProject.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2011)
options.put(CompilerOptions.OPTION_Compliance, 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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2011)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2011)
options.put(CompilerOptions.OPTION_Compliance, 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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2011)
options.put(CompilerOptions.OPTION_Compliance, 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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2012)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2012)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2012)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2012)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2013)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2013)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2013)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2013)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2014)
javaProject.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2017)
options.put(CompilerOptions.OPTION_Compliance, 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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2017)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_6);
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2017)
options.put(CompilerOptions.OPTION_Compliance, 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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2017)
options.put(CompilerOptions.OPTION_Compliance, 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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2018)
options.put(CompilerOptions.OPTION_Source, 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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2018)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_6);
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 2018)
options.put(CompilerOptions.OPTION_Source, 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')

/src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java
 (at line 16)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/CreateMethodSourceExamplesTests.java
 (at line 70)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract);
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/CreateMethodSourceExamplesTests.java
 (at line 70)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract);
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/CreateMethodSourceExamplesTests.java
 (at line 70)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract);
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/CreateMethodSourceExamplesTests.java
 (at line 70)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccAbstract);
Discouraged access: The field 'ClassFileConstants.AccAbstract' is not 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/CreateMethodSourceExamplesTests.java
 (at line 104)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic);
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/CreateMethodSourceExamplesTests.java
 (at line 104)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic);
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java
 (at line 104)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic);
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java
 (at line 104)
method.setFlags(ClassFileConstants.AccPublic| ClassFileConstants.AccStatic);
Discouraged access: The field 'ClassFileConstants.AccStatic' is not 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/CreateMethodSourceExamplesTests.java
 (at line 119)
method.setFlags(ClassFileConstants.AccPrivate);
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CreateMethodSourceExamplesTests.java
 (at line 119)
method.setFlags(ClassFileConstants.AccPrivate);
Discouraged access: The field 'ClassFileConstants.AccPrivate' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/OptionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 36)
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/OptionTests.java
 (at line 37)
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/OptionTests.java
 (at line 38)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 373)
JavaProject projectA = (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/OptionTests.java
 (at line 373)
JavaProject projectA = (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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 382)
IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences();
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 389)
projectA.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 392)
assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 393)
assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 394)
assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 396)
assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences());
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 402)
projectA.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 403)
assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(false).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 404)
assertEquals("projA:unexpected custom value for compliance option", null, projectA.getOptions(false).get(JavaCore.COMPILER_COMPLIANCE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 405)
assertEquals("projA:unexpected inherited value1 for hidden-catch option", null, projectA.getOptions(false).get(JavaCore.COMPILER_PB_HIDDEN_CATCH_BLOCK));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 407)
assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences());
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 465)
JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, "");
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/OptionTests.java
 (at line 465)
JavaProject projectA = (JavaProject) this.createJavaProject("A", new String[] {}, "");
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/OptionTests.java
 (at line 468)
IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences();
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 474)
projectA.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 477)
assertEquals("projA:unexpected custom value for deprecation option", JavaCore.ENABLED, projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 478)
assertEquals("projA:unexpected custom value for compliance option", "10.0", projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 479)
assertTrue("projA:preferences should not be reset", eclipsePreferences == projectA.getEclipsePreferences());
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 484)
projectA = (JavaProject) this.createJavaProject("A", new String[] {}, "");
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 485)
assertEquals("projA:unexpected custom value for deprecation option", JavaCore.getOption(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE), projectA.getOptions(true).get(JavaCore.COMPILER_PB_DEPRECATION_IN_DEPRECATED_CODE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 486)
assertEquals("projA:unexpected custom value for compliance option", JavaCore.getOption(JavaCore.COMPILER_COMPLIANCE), projectA.getOptions(true).get(JavaCore.COMPILER_COMPLIANCE));
Discouraged access: The method 'JavaProject.getOptions(boolean)' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 487)
assertTrue("projA:preferences should not be reset", eclipsePreferences != projectA.getEclipsePreferences());
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not 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/OptionTests.java
 (at line 500)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 500)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 500)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 501)
IEclipsePreferences preferences = manager.getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/OptionTests.java
 (at line 505)
preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 505)
preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null"));
Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 515)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 515)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 515)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 516)
IEclipsePreferences preferences = manager.getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/OptionTests.java
 (at line 520)
preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 520)
preferences.get(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", "null"));
Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 528)
IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
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/OptionTests.java
 (at line 528)
IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 528)
IEclipsePreferences preferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/OptionTests.java
 (at line 532)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString());
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 532)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST", getExternalJCLPathString());
Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 536)
preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST");
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 536)
preferences.remove(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+"TEST");
Discouraged access: The field 'JavaModelManager.CP_VARIABLE_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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 554)
JavaProject projectA = (JavaProject) this.createJavaProject(
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/OptionTests.java
 (at line 554)
JavaProject projectA = (JavaProject) this.createJavaProject(
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 563)
Hashtable options = new Hashtable(projectA.getOptions(true));
Discouraged access: The method 'JavaProject.getOptions(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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 564)
projectA.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 570)
projectA.setOptions(options);
Discouraged access: The method 'JavaProject.setOptions(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/model/OptionTests.java
 (at line 573)
assertEquals("projA: We should not have any custom options!", 0, projectA.getEclipsePreferences().keys().length);
Discouraged access: The method 'JavaProject.getEclipsePreferences()' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 585)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 585)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 585)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 586)
IEclipsePreferences preferences = manager.getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/OptionTests.java
 (at line 591)
assertFalse("JavaCore preferences should have been reset", preferences == manager.getInstancePreferences());
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/OptionTests.java
 (at line 601)
Map options = new CompilerOptions().getMap();
Discouraged access: The constructor '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/model/OptionTests.java
 (at line 601)
Map options = new CompilerOptions().getMap();
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/model/OptionTests.java
 (at line 601)
Map options = new CompilerOptions().getMap();
Discouraged access: The method 'CompilerOptions.getMap()' is not 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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 604)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedLocal));
Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedLocal' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The field 'CompilerOptions.WARNING' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 605)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportUnusedPrivateMember, CompilerOptions.WARNING, options.get(CompilerOptions.OPTION_ReportUnusedPrivateMember));
Discouraged access: The field 'CompilerOptions.OPTION_ReportUnusedPrivateMember' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 606)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportFieldHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportFieldHiding));
Discouraged access: The field 'CompilerOptions.OPTION_ReportFieldHiding' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The field 'CompilerOptions.IGNORE' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 607)
assertEquals("Invalid default for "+CompilerOptions.OPTION_ReportLocalVariableHiding, CompilerOptions.IGNORE, options.get(CompilerOptions.OPTION_ReportLocalVariableHiding));
Discouraged access: The field 'CompilerOptions.OPTION_ReportLocalVariableHiding' is not API (restriction on classpath entry '/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/OptionTests.java
 (at line 611)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 611)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 611)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 612)
IEclipsePreferences preferences = manager.getDefaultPreferences();
Discouraged access: The method 'JavaModelManager.getDefaultPreferences()' is not 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/OptionTests.java
 (at line 627)
JavaProject project = (JavaProject) createJavaProject(
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 627)
JavaProject project = (JavaProject) createJavaProject(
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 633)
project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_4);
Discouraged access: The method 'JavaProject.setOption(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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 634)
project.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_1_3);
Discouraged access: The method 'JavaProject.setOption(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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 635)
String option = project.getOption(JavaCore.COMPILER_SOURCE, true);
Discouraged access: The method 'JavaProject.getOption(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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 676)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 676)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 677)
project.setOption(JavaCore.COMPILER_SOURCE, compilerSource);
Discouraged access: The method 'JavaProject.setOption(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/model/OptionTests.java
 (at line 678)
String option = project.getOption(JavaCore.COMPILER_SOURCE, true);
Discouraged access: The method 'JavaProject.getOption(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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 682)
project.setOption(JavaCore.COMPILER_SOURCE, null);
Discouraged access: The method 'JavaProject.setOption(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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 683)
option = project.getOption(JavaCore.COMPILER_SOURCE, true);
Discouraged access: The method 'JavaProject.getOption(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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 700)
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')

/src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 60)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/AbstractASTTests.java
 (at line 61)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/AbstractASTTests.java
 (at line 62)
import org.eclipse.jdt.internal.core.dom.SourceRangeVerifier;
Discouraged access: The type 'SourceRangeVerifier' is not API (restriction on classpath entry '/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/AbstractASTTests.java
 (at line 101)
SourceRangeVerifier.DEBUG = true;
Discouraged access: The type 'SourceRangeVerifier' is not 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/AbstractASTTests.java
 (at line 101)
SourceRangeVerifier.DEBUG = true;
Discouraged access: The field 'SourceRangeVerifier.DEBUG' is not 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/AbstractASTTests.java
 (at line 102)
SourceRangeVerifier.DEBUG_THROW = true;
Discouraged access: The type 'SourceRangeVerifier' is not 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/dom/AbstractASTTests.java
 (at line 102)
SourceRangeVerifier.DEBUG_THROW = true;
Discouraged access: The field 'SourceRangeVerifier.DEBUG_THROW' is not 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/dom/AbstractASTTests.java
 (at line 494)
long jdkLevel = CompilerOptions.versionToJdkLevel(option);
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/dom/AbstractASTTests.java
 (at line 494)
long jdkLevel = CompilerOptions.versionToJdkLevel(option);
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 496)
if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) {
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 496)
if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) {
Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(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')
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 496)
if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) {
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 496)
if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_12)) {
Discouraged access: The field 'ClassFileConstants.MAJOR_VERSION_12' is not 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/dom/AbstractASTTests.java
 (at line 498)
} else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) {
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 498)
} else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) {
Discouraged access: The method 'ClassFileConstants.getComplianceLevelForJavaVersion(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')
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 498)
} else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) {
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 498)
} else if (jdkLevel >= ClassFileConstants.getComplianceLevelForJavaVersion(ClassFileConstants.MAJOR_VERSION_11)) {
Discouraged access: The field 'ClassFileConstants.MAJOR_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')
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 500)
} else if (jdkLevel >= ClassFileConstants.JDK10) {
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 500)
} else if (jdkLevel >= ClassFileConstants.JDK10) {
Discouraged access: The field 'ClassFileConstants.JDK10' is not 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/dom/AbstractASTTests.java
 (at line 502)
} else 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')
21. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 502)
} else 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')
22. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 504)
} else if (jdkLevel >= ClassFileConstants.JDK1_8) {
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 504)
} else if (jdkLevel >= ClassFileConstants.JDK1_8) {
Discouraged access: The field 'ClassFileConstants.JDK1_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')
24. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 506)
} else if (jdkLevel >= ClassFileConstants.JDK1_7) {
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 506)
} else if (jdkLevel >= ClassFileConstants.JDK1_7) {
Discouraged access: The field 'ClassFileConstants.JDK1_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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java
 (at line 29)
import org.eclipse.jdt.internal.core.JavaModelStatus;
Discouraged access: The type 'JavaModelStatus' is not API (restriction on classpath entry '/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/JavaSearchTests.java
 (at line 280)
throw new CoreException(new JavaModelStatus(-1, "test"));
Discouraged access: The type 'JavaModelStatus' is not 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/JavaSearchTests.java
 (at line 280)
throw new CoreException(new JavaModelStatus(-1, "test"));
Discouraged access: The constructor 'JavaModelStatus(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')

/src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java : 63 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 17)
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/SearchKeyTests.java
 (at line 18)
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/SearchKeyTests.java
 (at line 19)
import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry;
Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/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/SearchKeyTests.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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 21)
import org.eclipse.jdt.internal.core.nd.field.FieldSearchIndex;
Discouraged access: The type 'FieldSearchIndex<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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 22)
import org.eclipse.jdt.internal.core.nd.field.FieldSearchKey;
Discouraged access: The type 'FieldSearchKey<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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 23)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 33)
public static final FieldSearchIndex<Element> NICKNAME_INDEX;
Discouraged access: The type 'FieldSearchIndex<SearchKeyTests.Element>' is not 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/SearchKeyTests.java
 (at line 34)
public static final FieldSearchIndex<Element> NAME_INDEX;
Discouraged access: The type 'FieldSearchIndex<SearchKeyTests.Element>' is not 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/SearchKeyTests.java
 (at line 36)
public static final StructDef<TestSearchIndex> type;
Discouraged access: The type 'StructDef<SearchKeyTests.TestSearchIndex>' is not 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/SearchKeyTests.java
 (at line 39)
type = StructDef.create(TestSearchIndex.class);
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 39)
type = StructDef.create(TestSearchIndex.class);
Discouraged access: The method 'StructDef.create(Class<SearchKeyTests.TestSearchIndex>)' is not 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/SearchKeyTests.java
 (at line 40)
NICKNAME_INDEX = FieldSearchIndex.create(type, Element.NICKNAME);
Discouraged access: The type 'FieldSearchIndex<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')
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 40)
NICKNAME_INDEX = FieldSearchIndex.create(type, Element.NICKNAME);
Discouraged access: The method 'FieldSearchIndex.create(StructDef<SearchKeyTests.TestSearchIndex>, FieldSearchKey<SearchKeyTests.TestSearchIndex>)' is not 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/SearchKeyTests.java
 (at line 41)
NAME_INDEX = FieldSearchIndex.create(type, Element.NAME);
Discouraged access: The type 'FieldSearchIndex<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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 41)
NAME_INDEX = FieldSearchIndex.create(type, Element.NAME);
Discouraged access: The method 'FieldSearchIndex.create(StructDef<SearchKeyTests.TestSearchIndex>, FieldSearchKey<SearchKeyTests.TestSearchIndex>)' is not 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/SearchKeyTests.java
 (at line 42)
type.done();
Discouraged access: The method 'StructDef<SearchKeyTests.TestSearchIndex>.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')
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 46)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 48)
public TestSearchIndex(Nd dom, long address) {
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 53)
public static TestSearchIndex getIndex(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 54)
return new TestSearchIndex(nd, Database.DATA_AREA_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')
22. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 54)
return new TestSearchIndex(nd, Database.DATA_AREA_OFFSET);
Discouraged access: The field 'Database.DATA_AREA_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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 58)
return NAME_INDEX.findFirst(this.nd, this.address,
Discouraged access: The method 'FieldSearchIndex<SearchKeyTests.Element>.findFirst(Nd, long, FieldSearchIndex.SearchCriteria)' is not 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/SearchKeyTests.java
 (at line 59)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The type 'FieldSearchIndex<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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 59)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The type 'FieldSearchIndex.SearchCriteria' is not 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/SearchKeyTests.java
 (at line 59)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The method 'FieldSearchIndex.SearchCriteria.create(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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 63)
return NICKNAME_INDEX.findFirst(this.nd, this.address,
Discouraged access: The method 'FieldSearchIndex<SearchKeyTests.Element>.findFirst(Nd, long, FieldSearchIndex.SearchCriteria)' is not 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/SearchKeyTests.java
 (at line 64)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The type 'FieldSearchIndex<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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 64)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The type 'FieldSearchIndex.SearchCriteria' is not 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/SearchKeyTests.java
 (at line 64)
FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
Discouraged access: The method 'FieldSearchIndex.SearchCriteria.create(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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 68)
public static class Element 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')
32. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 69)
public static final FieldSearchKey<TestSearchIndex> NAME;
Discouraged access: The type 'FieldSearchKey<SearchKeyTests.TestSearchIndex>' is not 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/SearchKeyTests.java
 (at line 70)
public static final FieldSearchKey<TestSearchIndex> NICKNAME;
Discouraged access: The type 'FieldSearchKey<SearchKeyTests.TestSearchIndex>' is not 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/SearchKeyTests.java
 (at line 73)
public static StructDef<Element> type;
Discouraged access: The type 'StructDef<SearchKeyTests.Element>' is not 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/SearchKeyTests.java
 (at line 76)
type = StructDef.create(Element.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')
36. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 76)
type = StructDef.create(Element.class, NdNode.type);
Discouraged access: The method 'StructDef.create(Class<SearchKeyTests.Element>, StructDef<? super SearchKeyTests.Element>)' is not 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/SearchKeyTests.java
 (at line 76)
type = StructDef.create(Element.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')
38. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 76)
type = StructDef.create(Element.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')
39. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 78)
NAME = FieldSearchKey.create(type, TestSearchIndex.NAME_INDEX);
Discouraged access: The type 'FieldSearchKey<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')
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 78)
NAME = FieldSearchKey.create(type, TestSearchIndex.NAME_INDEX);
Discouraged access: The method 'FieldSearchKey.create(StructDef<SearchKeyTests.Element>, FieldSearchIndex<SearchKeyTests.Element>)' is not 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/SearchKeyTests.java
 (at line 79)
NICKNAME = FieldSearchKey.create(type, TestSearchIndex.NICKNAME_INDEX);
Discouraged access: The type 'FieldSearchKey<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')
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 79)
NICKNAME = FieldSearchKey.create(type, TestSearchIndex.NICKNAME_INDEX);
Discouraged access: The method 'FieldSearchKey.create(StructDef<SearchKeyTests.Element>, FieldSearchIndex<SearchKeyTests.Element>)' is not 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/SearchKeyTests.java
 (at line 80)
type.done();
Discouraged access: The method 'StructDef<SearchKeyTests.Element>.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')
44. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 83)
public Element(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')
45. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 84)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 87)
public Element(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')
47. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 88)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 92)
NAME.put(getNd(), this.address, searchStringA);
Discouraged access: The method 'FieldSearchKey<SearchKeyTests.TestSearchIndex>.put(Nd, long, 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')
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 92)
NAME.put(getNd(), this.address, searchStringA);
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 92)
NAME.put(getNd(), this.address, searchStringA);
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 96)
NICKNAME.put(getNd(), this.address, searchStringA);
Discouraged access: The method 'FieldSearchKey<SearchKeyTests.TestSearchIndex>.put(Nd, long, 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/nd/SearchKeyTests.java
 (at line 96)
NICKNAME.put(getNd(), this.address, searchStringA);
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 96)
NICKNAME.put(getNd(), this.address, searchStringA);
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 100)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 109)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 109)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 109)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 110)
registry.register(0, Element.type.getFactory());
Discouraged access: The method 'NdNodeTypeRegistry<NdNode>.register(int, ITypeFactory<SearchKeyTests.Element>)' is not 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/SearchKeyTests.java
 (at line 110)
registry.register(0, Element.type.getFactory());
Discouraged access: The method 'StructDef<SearchKeyTests.Element>.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')
60. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 112)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 112)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 162)
this.elementA.delete();
Discouraged access: The method 'NdNode.delete()' is not 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/SearchKeyTests.java
 (at line 163)
this.nd.processDeletions();
Discouraged access: The method 'Nd.processDeletions()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java
 (at line 25)
import org.eclipse.jdt.internal.core.dom.rewrite.ASTRewriteFlattener;
Discouraged access: The type 'ASTRewriteFlattener' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS8.java
 (at line 26)
import org.eclipse.jdt.internal.core.dom.rewrite.RewriteEventStore;
Discouraged access: The type 'RewriteEventStore' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS8.java
 (at line 1066)
String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore());
Discouraged access: The type 'ASTRewriteFlattener' is not 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/ASTConverterBugsTestJLS8.java
 (at line 1066)
String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore());
Discouraged access: The method 'ASTRewriteFlattener.asString(ASTNode, RewriteEventStore)' is not API (restriction on classpath entry '/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/ASTConverterBugsTestJLS8.java
 (at line 1066)
String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore());
Discouraged access: The type 'RewriteEventStore' is not 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/ASTConverterBugsTestJLS8.java
 (at line 1066)
String flattened = ASTRewriteFlattener.asString(cu, new RewriteEventStore());
Discouraged access: The constructor 'RewriteEventStore()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/CompletionTests3.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests3.java
 (at line 69)
"assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 69)
"assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 69)
"assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 69)
"assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 69)
"assertNotNull[METHOD_REF]{assertNotNull(), Lb.B;, (Ljava.lang.Object;)V, assertNotNull, (object), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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/CompletionTests3.java
 (at line 150)
"member[LOCAL_VARIABLE_REF]{member, null, LField;, member, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java : 96 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 28)
import org.eclipse.jdt.internal.core.ClasspathEntry;
Discouraged access: The type 'ClasspathEntry' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 29)
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/ClasspathInitializerTests.java
 (at line 30)
import org.eclipse.jdt.internal.core.JavaModelStatus;
Discouraged access: The type 'JavaModelStatus' is not 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/ClasspathInitializerTests.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/ClasspathInitializerTests.java
 (at line 32)
import org.eclipse.jdt.internal.core.UserLibrary;
Discouraged access: The type 'UserLibrary' is not 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/ClasspathInitializerTests.java
 (at line 33)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 97)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 97)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 97)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 98)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 99)
manager.variables = new HashMap(5);
Discouraged access: The field 'JavaModelManager.variables' is not 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/ClasspathInitializerTests.java
 (at line 797)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
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/ClasspathInitializerTests.java
 (at line 797)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
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/ClasspathInitializerTests.java
 (at line 797)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The field 'JavaModelManager.batchContainerInitializations' is not 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/ClasspathInitializerTests.java
 (at line 797)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 797)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The field 'JavaModelManager.NEED_BATCH_INITIALIZATION' is not 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/ClasspathInitializerTests.java
 (at line 978)
final JavaProject project2 = (JavaProject) createJavaProject(
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/ClasspathInitializerTests.java
 (at line 978)
final JavaProject project2 = (JavaProject) createJavaProject(
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/ClasspathInitializerTests.java
 (at line 990)
JavaProject.addCPResolutionBPListener(listener);
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 990)
JavaProject.addCPResolutionBPListener(listener);
Discouraged access: The method 'JavaProject.addCPResolutionBPListener(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 994)
project2.getResolvedClasspath();
Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not 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/ClasspathInitializerTests.java
 (at line 1004)
IClasspathEntry[] classpath = project2.getResolvedClasspath();
Discouraged access: The method 'JavaProject.getResolvedClasspath()' is not 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/ClasspathInitializerTests.java
 (at line 1011)
JavaProject.removeCPResolutionBPListener(listener);
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1011)
JavaProject.removeCPResolutionBPListener(listener);
Discouraged access: The method 'JavaProject.removeCPResolutionBPListener(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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1068)
JavaModelManager.getJavaModelManager().shutdown();
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1068)
JavaModelManager.getJavaModelManager().shutdown();
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1068)
JavaModelManager.getJavaModelManager().shutdown();
Discouraged access: The method 'JavaModelManager.shutdown()' is not 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/ClasspathInitializerTests.java
 (at line 1344)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1344)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1344)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1345)
IEclipsePreferences preferences = manager.getInstancePreferences();
Discouraged access: The method 'JavaModelManager.getInstancePreferences()' is not 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/ClasspathInitializerTests.java
 (at line 1346)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue);
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/ClasspathInitializerTests.java
 (at line 1346)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue);
Discouraged access: The field 'JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1438)
assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status);
Discouraged access: The type 'JavaModelStatus' is not 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/ClasspathInitializerTests.java
 (at line 1438)
assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status);
Discouraged access: The field 'JavaModelStatus.VERIFIED_OK' is not 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/ClasspathInitializerTests.java
 (at line 1532)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1532)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1532)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1550)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1550)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1550)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1558)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1558)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method 'JavaModelManager.getJavaModelManager()' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1558)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field 'JavaModelManager.deprecatedVariables' is not API (restriction on classpath entry '/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/ClasspathInitializerTests.java
 (at line 1570)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1570)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1570)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1580)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT";
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1580)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT";
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1630)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1630)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1630)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1636)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST";
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1636)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST";
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1644)
propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID";
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1644)
propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID";
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1655)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The type 'UserLibrary' is not 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/ClasspathInitializerTests.java
 (at line 1655)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
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/ClasspathInitializerTests.java
 (at line 1655)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not 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/ClasspathInitializerTests.java
 (at line 1655)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The method 'UserLibraryManager.getUserLibrary(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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1657)
IPath entryPath = userLibrary.getEntries()[0].getPath();
Discouraged access: The method 'UserLibrary.getEntries()' is not 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/ClasspathInitializerTests.java
 (at line 1660)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
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/ClasspathInitializerTests.java
 (at line 1660)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
Discouraged access: The method 'JavaModelManager.getUserLibraryManager()' is not 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/ClasspathInitializerTests.java
 (at line 1660)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
Discouraged access: The method 'UserLibraryManager.getUserLibrary(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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1663)
catch (ClasspathEntry.AssertionFailedException e) {
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1663)
catch (ClasspathEntry.AssertionFailedException e) {
Discouraged access: The type 'ClasspathEntry.AssertionFailedException' is not 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/ClasspathInitializerTests.java
 (at line 1700)
JavaModelManager javaModelManager = 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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1700)
JavaModelManager javaModelManager = 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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1700)
JavaModelManager javaModelManager = 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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1701)
javaModelManager.containerRemove(null);
Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1702)
javaModelManager.forceBatchInitializations(false);
Discouraged access: The method 'JavaModelManager.forceBatchInitializations(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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1703)
javaModelManager.getClasspathContainer(Path.EMPTY, null);
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1747)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, 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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1747)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1747)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null);
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1788)
JavaModelManager javaModelManager = 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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1788)
JavaModelManager javaModelManager = 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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1788)
JavaModelManager javaModelManager = 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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1789)
javaModelManager.containerRemove(null);
Discouraged access: The method 'JavaModelManager.containerRemove(IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1790)
javaModelManager.forceBatchInitializations(false);
Discouraged access: The method 'JavaModelManager.forceBatchInitializations(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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1791)
javaModelManager.getClasspathContainer(Path.EMPTY, null);
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1826)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1826)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1826)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, 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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1830)
helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1830)
helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1830)
helperContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1843)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1843)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1843)
if (JavaModelManager.getJavaModelManager().containerBeingInitializedGet(p2Project.get(),
Discouraged access: The method 'JavaModelManager.containerBeingInitializedGet(IJavaProject, 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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1847)
mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1847)
mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1847)
mainContainer.set(JavaModelManager.getJavaModelManager().getClasspathContainer(containerPath, p2Project.get()));
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not 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/ClasspathInitializerTests.java
 (at line 1860)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, 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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1860)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, 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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1860)
JavaModelManager.getJavaModelManager().getClasspathContainer(Path.EMPTY, null);
Discouraged access: The method 'JavaModelManager.getClasspathContainer(IPath, IJavaProject)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java : 14 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 32)
import org.eclipse.jdt.internal.core.ClasspathAttribute;
Discouraged access: The type 'ClasspathAttribute' is not API (restriction on classpath entry '/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/ModuleOptionsTests.java
 (at line 33)
import org.eclipse.jdt.internal.core.builder.ClasspathJrt;
Discouraged access: The type 'ClasspathJrt' is not API (restriction on classpath entry '/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/ModuleOptionsTests.java
 (at line 52)
ClasspathJrt.resetCaches();
Discouraged access: The type 'ClasspathJrt' is not 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/ModuleOptionsTests.java
 (at line 52)
ClasspathJrt.resetCaches();
Discouraged access: The method 'ClasspathJrt.resetCaches()' is not 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/ModuleOptionsTests.java
 (at line 406)
new IClasspathAttribute[] {new ClasspathAttribute("module", "true")},
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 406)
new IClasspathAttribute[] {new ClasspathAttribute("module", "true")},
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 410)
new ClasspathAttribute("module", "true"),
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 410)
new ClasspathAttribute("module", "true"),
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 411)
new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro")
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 411)
new ClasspathAttribute(IClasspathAttribute.ADD_READS, "mod.one=org.astro")
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 486)
new IClasspathAttribute[] {new ClasspathAttribute("module", "true")},
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 486)
new IClasspathAttribute[] {new ClasspathAttribute("module", "true")},
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 490)
new ClasspathAttribute("module", "true"),
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 490)
new ClasspathAttribute("module", "true"),
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')

/src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java
 (at line 24)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/ReconcilerStatementsRecoveryTests.java
 (at line 25)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/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/ReconcilerStatementsRecoveryTests.java
 (at line 88)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java
 (at line 88)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java
 (at line 88)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerStatementsRecoveryTests.java
 (at line 91)
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')

/src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java
 (at line 27)
import org.eclipse.jdt.internal.core.search.indexing.SourceIndexer;
Discouraged access: The type 'SourceIndexer' is not API (restriction on classpath entry '/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/SearchParticipantTests.java
 (at line 28)
import org.eclipse.jdt.internal.core.search.processing.JobManager;
Discouraged access: The type 'JobManager' is not API (restriction on classpath entry '/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/SearchParticipantTests.java
 (at line 73)
new SourceIndexer(document).indexDocument();
Discouraged access: The type 'SourceIndexer' is not 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/SearchParticipantTests.java
 (at line 73)
new SourceIndexer(document).indexDocument();
Discouraged access: The constructor 'SourceIndexer(SearchDocument)' is not 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/SearchParticipantTests.java
 (at line 73)
new SourceIndexer(document).indexDocument();
Discouraged access: The method 'SourceIndexer.indexDocument()' is not 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/SearchParticipantTests.java
 (at line 160)
if (JobManager.VERBOSE) {
Discouraged access: The type 'JobManager' is not 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/SearchParticipantTests.java
 (at line 160)
if (JobManager.VERBOSE) {
Discouraged access: The field 'JobManager.VERBOSE' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/SignatureTests.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java
 (at line 18)
import org.eclipse.jdt.internal.core.SourceMapper;
Discouraged access: The type 'SourceMapper' is not API (restriction on classpath entry '/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/SignatureTests.java
 (at line 1603)
SourceMapper mapper = new SourceMapper();
Discouraged access: The type 'SourceMapper' is not 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/SignatureTests.java
 (at line 1603)
SourceMapper mapper = new SourceMapper();
Discouraged access: The type 'SourceMapper' is not 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/SignatureTests.java
 (at line 1603)
SourceMapper mapper = new SourceMapper();
Discouraged access: The constructor 'SourceMapper()' is not 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/SignatureTests.java
 (at line 1646)
String[] ss = mapper.convertTypeNamesToSigs(typeNames);
Discouraged access: The method 'SourceMapper.convertTypeNamesToSigs(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')

/src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 31)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/SortCompilationUnitElementsTests.java
 (at line 2024)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
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/SortCompilationUnitElementsTests.java
 (at line 2024)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
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/model/SortCompilationUnitElementsTests.java
 (at line 2024)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
Discouraged access: The constructor 'CompilerOptions(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2026)
parser.setCompilerOptions(options.getMap());
Discouraged access: The method 'CompilerOptions.getMap()' is not 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/SortCompilationUnitElementsTests.java
 (at line 2075)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
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/SortCompilationUnitElementsTests.java
 (at line 2075)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
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/model/SortCompilationUnitElementsTests.java
 (at line 2075)
CompilerOptions options = new CompilerOptions(unit.getJavaProject().getOptions(true));
Discouraged access: The constructor 'CompilerOptions(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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2077)
parser.setCompilerOptions(options.getMap());
Discouraged access: The method 'CompilerOptions.getMap()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/ResolveTests9.java : 11 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 42)
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/ResolveTests9.java
 (at line 43)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 44)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 197)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 197)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 197)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 200)
indexManager.request(new IndexRequest(new Path("blocker"), indexManager) {
Discouraged access: The method 'JobManager.request(IJob)' is not 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/ResolveTests9.java
 (at line 200)
indexManager.request(new IndexRequest(new Path("blocker"), indexManager) {
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 200)
indexManager.request(new IndexRequest(new Path("blocker"), indexManager) {
Discouraged access: The constructor 'IndexRequest(IPath, 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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 204)
while (!this.isCancelled)
Discouraged access: The field 'IndexRequest.isCancelled' is not 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/ResolveTests9.java
 (at line 243)
indexManager.discardJobs("blocker");
Discouraged access: The method 'JobManager.discardJobs(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')

/src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java
 (at line 42)
import org.eclipse.jdt.internal.core.dom.NaiveASTFlattener;
Discouraged access: The type 'NaiveASTFlattener' is not API (restriction on classpath entry '/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/MarkedASTFlattener.java
 (at line 49)
public class MarkedASTFlattener extends NaiveASTFlattener {
Discouraged access: The type 'NaiveASTFlattener' is not 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/MarkedASTFlattener.java
 (at line 519)
resultBuffer.append(super.getResult());
Discouraged access: The method 'NaiveASTFlattener.getResult()' is not 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/MarkedASTFlattener.java
 (at line 552)
while (Character.isWhitespace(this.buffer.charAt(pos))) {pos++;}
Discouraged access: The field 'NaiveASTFlattener.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')
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java
 (at line 553)
this.buffer.insert(pos, this.markerInfo.markerStartStart + markerName + this.markerInfo.markerStartEnd);
Discouraged access: The field 'NaiveASTFlattener.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')
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java
 (at line 556)
pos = this.buffer.length() - 1;
Discouraged access: The field 'NaiveASTFlattener.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')
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java
 (at line 557)
while (Character.isWhitespace(this.buffer.charAt(pos))) {pos--;}
Discouraged access: The field 'NaiveASTFlattener.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')
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/MarkedASTFlattener.java
 (at line 558)
this.buffer.insert(pos + 1, this.markerInfo.markerEndStart + markerName + this.markerInfo.markerEndEnd);
Discouraged access: The field 'NaiveASTFlattener.buffer' is not API (restriction on classpath entry '/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/dom/MarkedASTFlattener.java
 (at line 571)
this.markerPositonInBuffer.put(markerName, Integer.valueOf(this.buffer.length()));
Discouraged access: The field 'NaiveASTFlattener.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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java : 5 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingReferenceExpressionTest.java
 (at line 25)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingReferenceExpressionTest.java
 (at line 484)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingReferenceExpressionTest.java
 (at line 484)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.OPTION_Source' is not API (restriction on classpath entry '/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/ASTRewritingReferenceExpressionTest.java
 (at line 484)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTRewritingReferenceExpressionTest.java
 (at line 484)
this.project1.setOption(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_8);
Discouraged access: The field 'CompilerOptions.VERSION_1_8' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 21)
import org.eclipse.jdt.internal.core.nd.Nd;
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 22)
import org.eclipse.jdt.internal.core.nd.NdNode;
Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 23)
import org.eclipse.jdt.internal.core.nd.NdNodeTypeRegistry;
Discouraged access: The type 'NdNodeTypeRegistry<R>' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 24)
import org.eclipse.jdt.internal.core.nd.db.ChunkCache;
Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 25)
import org.eclipse.jdt.internal.core.nd.db.Database;
Discouraged access: The type 'Database' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 47)
* Creates an empty {@link Nd} with an empty type registry and randomly-named
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 51)
* @return the new {@link 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 53)
public static Nd createEmptyNd(String testName) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 54)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 54)
NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>();
Discouraged access: The type 'NdNodeTypeRegistry' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 54)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 55)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 55)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 55)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 55)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 58)
public static Nd createEmptyNd(String testName, NdNodeTypeRegistry<NdNode> registry) {
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 58)
public static Nd createEmptyNd(String testName, NdNodeTypeRegistry<NdNode> registry) {
Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 59)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 59)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 59)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 59)
return new Nd(DatabaseTestUtil.getTempDbName(testName), new ChunkCache(), registry, 0, 0, 0);
Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 62)
static Nd createWithoutNodeRegistry(String testName) {
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 63)
NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>();
Discouraged access: The type 'NdNode' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 63)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 63)
NdNodeTypeRegistry<NdNode> registry = new NdNodeTypeRegistry<>();
Discouraged access: The constructor 'NdNodeTypeRegistry<NdNode>()' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 64)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100,
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 64)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100,
Discouraged access: The type 'Nd' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 64)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100,
Discouraged access: The constructor 'Nd(File, ChunkCache, NdNodeTypeRegistry<NdNode>, int, int, int)' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 64)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100,
Discouraged access: The type 'ChunkCache' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 64)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100,
Discouraged access: The constructor 'ChunkCache()' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 71)
static void deleteDatabase(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')
32. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 72)
db.close();
Discouraged access: The method 'Database.close()' is not API (restriction on classpath entry '/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/DatabaseTestUtil.java
 (at line 73)
if (!db.getLocation().delete()) {
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 74)
db.getLocation().deleteOnExit();
Discouraged access: The method 'Database.getLocation()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/nd/BTreeTests.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 21)
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/BTreeTests.java
 (at line 22)
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/BTreeTests.java
 (at line 23)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 24)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 25)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 43)
protected 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 44)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 45)
protected BTree 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')
9. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 47)
protected IBTreeComparator comparator;
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 58)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 59)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 60)
this.rootRecord = Database.DATA_AREA_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')
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 60)
this.rootRecord = Database.DATA_AREA_OFFSET;
Discouraged access: The field 'Database.DATA_AREA_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')
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 62)
this.btree = new BTree(this.nd, this.rootRecord, degree, this.comparator);
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 62)
this.btree = new BTree(this.nd, this.rootRecord, degree, this.comparator);
Discouraged access: The constructor 'BTree(Nd, long, int, 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 67)
this.db.close();
Discouraged access: The method 'Database.close()' is not 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/BTreeTests.java
 (at line 117)
long insert1 = this.btree.insert(value1.getRecord());
Discouraged access: The method 'BTree.insert(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')
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 118)
long insert2 = this.btree.insert(value2.getRecord());
Discouraged access: The method 'BTree.insert(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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 161)
this.btree.insert(btValue.getRecord());
Discouraged access: The method 'BTree.insert(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')
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 171)
this.btree.delete(btValue.getRecord());
Discouraged access: The method 'BTree.delete(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')
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 192)
String errorReport = this.btree.getInvariantsErrorReport();
Discouraged access: The method 'BTree.getInvariantsErrorReport()' is not 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/BTreeTests.java
 (at line 198)
public void assertBTreeMatchesSortedSet(final String msg, BTree actual, SortedSet<Integer> expected) throws CoreException {
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 200)
this.btree.accept(new IBTreeVisitor() {
Discouraged access: The method 'BTree.accept(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')
24. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 200)
this.btree.accept(new 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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 227)
public static final int RECORD_SIZE = 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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 227)
public static final int RECORD_SIZE = 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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 229)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 234)
public BTMockRecord(Database db, int value) throws CoreException {
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 236)
this.record = db.malloc(BTMockRecord.RECORD_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')
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 236)
this.record = db.malloc(BTMockRecord.RECORD_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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 236)
this.record = db.malloc(BTMockRecord.RECORD_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')
32. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 237)
db.putInt(this.record + VALUE_PTR, value);
Discouraged access: The method 'Database.putInt(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')
33. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 243)
public BTMockRecord(long record, 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')
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 249)
return this.db.getInt(this.record);
Discouraged access: The method 'Database.getInt(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')
35. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 257)
private class BTMockRecordComparator implements 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')
36. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 262)
public int compare(Nd ndToCompare, long record1, long record2) {
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 263)
Database dbToCompare = ndToCompare.getDB();
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 263)
Database dbToCompare = ndToCompare.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')
39. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 264)
return dbToCompare.getInt(record1) - dbToCompare.getInt(record2);
Discouraged access: The method 'Database.getInt(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')
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 264)
return dbToCompare.getInt(record1) - dbToCompare.getInt(record2);
Discouraged access: The method 'Database.getInt(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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java : 15 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 28)
import org.eclipse.jdt.internal.compiler.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 49)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
3. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 49)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 167)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 167)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 202)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
7. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 202)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 257)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 257)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 282)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
11. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 282)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 307)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
13. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 307)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/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/ASTRewritingModuleDeclarationTest.java
 (at line 372)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(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')
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 372)
IPackageFragment pack1= currentSourceFolder.getPackageFragment(Util.EMPTY_STRING);
Discouraged access: The field 'Util.EMPTY_STRING' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java : 57 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 72)
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/dom/TypeBindingTests308.java
 (at line 1143)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1143)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1143)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1143)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1196)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1196)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1196)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1196)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1247)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1247)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1247)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1247)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1299)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1299)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1299)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1299)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1350)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1350)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1350)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1350)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1401)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1401)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1401)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1401)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1493)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1493)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1493)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1493)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1546)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1546)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1546)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1546)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1598)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1598)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1598)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1598)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1701)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1701)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1701)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1701)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1755)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1755)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1755)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1755)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1981)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1981)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1981)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 1981)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2121)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2121)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2121)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2121)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2186)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2186)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2186)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/dom/TypeBindingTests308.java
 (at line 2186)
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')

/src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchGenericTypeTests.java
 (at line 23)
import org.eclipse.jdt.internal.core.ResolvedSourceType;
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 865)
ResolvedSourceType type = selectParameterizedType(unit, "Generic<Exception>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not 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/JavaSearchGenericTypeTests.java
 (at line 912)
ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic<Exception>.Member"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 932)
ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember<Exception>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not 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/JavaSearchGenericTypeTests.java
 (at line 952)
ResolvedSourceType type = selectParameterizedType(unit, "g1.t.s.def.Generic<Exception>.MemberGeneric<Exception>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 974)
ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic<? extends Throwable, ? extends Exception, ? extends RuntimeException>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 1021)
ResolvedSourceType type = selectParameterizedType(unit, "Generic<? extends Throwable, ? extends Exception, ? extends RuntimeException>.Member"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 1041)
ResolvedSourceType type = selectParameterizedType(unit, "NonGeneric.GenericMember<? super RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/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/JavaSearchGenericTypeTests.java
 (at line 1061)
ResolvedSourceType type = selectParameterizedType(unit, "g1.t.m.def.Generic<? super RuntimeException, ? super IllegalMonitorStateException, ? super IllegalMonitorStateException>.MemberGeneric<? extends Throwable, ? extends Exception, ? extends RuntimeException>"); //$NON-NLS-1$
Discouraged access: The type 'ResolvedSourceType' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java : 20 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 19)
import org.eclipse.jdt.internal.codeassist.CompletionEngine;
Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/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/JavadocBugsCompletionModelTest.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/JavadocBugsCompletionModelTest.java
 (at line 45)
setUpProjectOptions(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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 45)
setUpProjectOptions(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 62)
if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 62)
if (CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/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/JavadocBugsCompletionModelTest.java
 (at line 335)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 335)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 355)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 355)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 367)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 367)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 384)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 384)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 406)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 406)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 1071)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 1071)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 1093)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocBugsCompletionModelTest.java
 (at line 1093)
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')

/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 71)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 108)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 151)
int 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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 188)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field 'RelevanceConstants.R_NO_PROBLEMS' is not API (restriction on classpath entry '/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.java
 (at line 189)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 189)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 248)
int 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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 287)
int 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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 333)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 414)
int 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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 455)
int 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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 492)
int 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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 529)
int 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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 575)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 658)
int 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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 697)
int 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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 697)
int 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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 697)
int 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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 697)
int 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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests.java
 (at line 697)
int 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')

/src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.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/WorkingCopyTests.java
 (at line 139)
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/WorkingCopyTests.java
 (at line 139)
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/WorkingCopyTests.java
 (at line 144)
boolean readOnlyFlag = Util.isReadOnly(resource);
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/WorkingCopyTests.java
 (at line 144)
boolean readOnlyFlag = Util.isReadOnly(resource);
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java
 (at line 147)
Util.setReadOnly(resource, 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java
 (at line 147)
Util.setReadOnly(resource, 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java
 (at line 153)
Util.setReadOnly(resource, readOnlyFlag);
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/WorkingCopyTests.java
 (at line 153)
Util.setReadOnly(resource, readOnlyFlag);
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/WorkingCopyTests.java
 (at line 164)
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/WorkingCopyTests.java
 (at line 164)
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/WorkingCopyTests.java
 (at line 176)
boolean readOnlyFlag = Util.isReadOnly(resource);
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/WorkingCopyTests.java
 (at line 176)
boolean readOnlyFlag = Util.isReadOnly(resource);
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyTests.java
 (at line 180)
Util.setReadOnly(resource, 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/WorkingCopyTests.java
 (at line 180)
Util.setReadOnly(resource, 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/WorkingCopyTests.java
 (at line 191)
Util.setReadOnly(resource, readOnlyFlag);
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/WorkingCopyTests.java
 (at line 191)
Util.setReadOnly(resource, readOnlyFlag);
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')

/src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java : 8 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyOwnerTests.java
 (at line 25)
import org.eclipse.jdt.internal.core.ExternalJavaProject;
Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/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/WorkingCopyOwnerTests.java
 (at line 26)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/WorkingCopyOwnerTests.java
 (at line 211)
new String(Util.getResourceContentsAsCharArray(file)));
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/WorkingCopyOwnerTests.java
 (at line 211)
new String(Util.getResourceContentsAsCharArray(file)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyOwnerTests.java
 (at line 1016)
assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString());
Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/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/WorkingCopyOwnerTests.java
 (at line 1016)
assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString());
Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/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/WorkingCopyOwnerTests.java
 (at line 1129)
assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists());
Discouraged access: The type 'ExternalJavaProject' is not API (restriction on classpath entry '/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/WorkingCopyOwnerTests.java
 (at line 1129)
assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists());
Discouraged access: The field 'ExternalJavaProject.EXTERNAL_PROJECT_NAME' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/CompletionTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java
 (at line 39)
import org.eclipse.jdt.internal.codeassist.CompletionEngine;
Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/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.java
 (at line 40)
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/model/CompletionTests.java
 (at line 41)
import org.eclipse.jdt.internal.core.eval.EvaluationContextWrapper;
Discouraged access: The type 'EvaluationContextWrapper' is not API (restriction on classpath entry '/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.java
 (at line 78)
char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName();
Discouraged access: The type 'EvaluationContextWrapper' is not 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.java
 (at line 78)
char[] varClassName = ((EvaluationContextWrapper)context).getVarClassName();
Discouraged access: The method 'EvaluationContextWrapper.getVarClassName()' is not 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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 101)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 160)
"bar[METHOD_REF]{, LArrayInitializer;, ()I, bar, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/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.java
 (at line 199)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 223)
"zzzzzz[FIELD_REF]{zzzzzz, Ltest.Test;, I, zzzzzz, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 258)
"zork[METHOD_REF]{zork(), Ltest.X;, ()V, zork, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_EXACT_NAME' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_EXACT_EXPECTED_TYPE' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 286)
"removed[LOCAL_VARIABLE_REF]{removed, null, I, removed, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_EXACT_NAME + R_EXACT_EXPECTED_TYPE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_STATIC' is not API (restriction on classpath entry '/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.java
 (at line 430)
"toString[METHOD_REF]{toString(), Ljava.lang.Object;, ()Ljava.lang.String;, toString, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 456)
"Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 456)
"Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 456)
"Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 456)
"Obj[POTENTIAL_METHOD_DECLARATION]{Obj, Ltest.Test;, ()V, Obj, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 457)
"Object[TYPE_REF]{Object, java.lang, Ljava.lang.Object;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 484)
"Test[TYPE_REF]{Test, test, Ltest.Test;, null, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 485)
"clone[METHOD_REF]{clone(), Ljava.lang.Object;, ()Ljava.lang.Object;, clone, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 486)
"equals[METHOD_REF]{equals(), Ljava.lang.Object;, (Ljava.lang.Object;)Z, equals, (obj), " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 487)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 488)
"getClass[METHOD_REF]{getClass(), Ljava.lang.Object;, ()Ljava.lang.Class;, getClass, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 489)
"hashCode[METHOD_REF]{hashCode(), Ljava.lang.Object;, ()I, hashCode, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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.java
 (at line 490)
"notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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.java
 (at line 490)
"notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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.java
 (at line 490)
"notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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.java
 (at line 490)
"notify[METHOD_REF]{notify(), Ljava.lang.Object;, ()V, notify, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED) + "}\n" +
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 72)
import org.eclipse.jdt.internal.compiler.parser.ScannerHelper;
Discouraged access: The type 'ScannerHelper' is not API (restriction on classpath entry '/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/ASTConverterJavadocTest.java
 (at line 326)
if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/ASTConverterJavadocTest.java
 (at line 326)
if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
4. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 327)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/ASTConverterJavadocTest.java
 (at line 327)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 328)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 328)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 329)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) {
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 329)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) {
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
10. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 549)
if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 549)
if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 550)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 550)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 551)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0)
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 551)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0)
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterJavadocTest.java
 (at line 552)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) {
Discouraged access: The type 'ScannerHelper' is not 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/dom/ASTConverterJavadocTest.java
 (at line 552)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) {
Discouraged access: The method 'ScannerHelper.getHexadecimalValue(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')

/src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TestPessimisticProvider.java
 (at line 20)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/TestPessimisticProvider.java
 (at line 82)
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/TestPessimisticProvider.java
 (at line 82)
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')

/src/org/eclipse/jdt/core/tests/model/SuiteOfTestCases.java : 7 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SuiteOfTestCases.java
 (at line 20)
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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/SuiteOfTestCases.java
 (at line 131)
Indexer.getInstance().enableAutomaticIndexing(false);
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/SuiteOfTestCases.java
 (at line 131)
Indexer.getInstance().enableAutomaticIndexing(false);
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SuiteOfTestCases.java
 (at line 131)
Indexer.getInstance().enableAutomaticIndexing(false);
Discouraged access: The method 'Indexer.enableAutomaticIndexing(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SuiteOfTestCases.java
 (at line 139)
Indexer.getInstance().enableAutomaticIndexing(true);
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/SuiteOfTestCases.java
 (at line 139)
Indexer.getInstance().enableAutomaticIndexing(true);
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/SuiteOfTestCases.java
 (at line 139)
Indexer.getInstance().enableAutomaticIndexing(true);
Discouraged access: The method 'Indexer.enableAutomaticIndexing(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')

/src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 20)
import org.eclipse.jdt.internal.codeassist.CompletionEngine;
Discouraged access: The type 'CompletionEngine' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 21)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 48)
setUpProjectOptions(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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 48)
setUpProjectOptions(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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 146)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 146)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 173)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 173)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 246)
if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 246)
if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 318)
if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 318)
if(CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN) {
Discouraged access: The field 'CompletionEngine.NO_TYPE_COMPLETION_ON_EMPTY_TOKEN' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 470)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 470)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 509)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 509)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 626)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 626)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1136)
"str[JAVADOC_PARAM_REF]{str, null, null, str, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1154)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1172)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1190)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1276)
"xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1295)
"xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1314)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1333)
"xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1389)
"xstr2[JAVADOC_PARAM_REF]{xstr2, null, null, xstr2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1407)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+2)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1408)
"flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1409)
"obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1428)
"flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1429)
"obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1448)
"xstr[JAVADOC_PARAM_REF]{xstr, null, null, xstr, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1449)
"obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1469)
"flag[JAVADOC_PARAM_REF]{flag, null, null, flag, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1508)
"obj[JAVADOC_PARAM_REF]{obj, null, null, obj, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1516)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1516)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1528)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1529)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1535)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1535)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1548)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1549)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1554)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1554)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1568)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1573)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1573)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1587)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1593)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1593)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1612)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1612)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1630)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1630)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1647)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1647)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1664)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1664)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1679)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1679)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1696)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1696)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1713)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1713)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1729)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1729)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1756)
"ab1[JAVADOC_PARAM_REF]{ab1, null, null, ab1, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING+1)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1757)
"ab2[JAVADOC_PARAM_REF]{ab2, null, null, ab2, null, "+this.positions+(JAVADOC_RELEVANCE+R_INTERESTING)+"}"
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1762)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1762)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1774)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1775)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1781)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1781)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1798)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1798)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1813)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1813)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1828)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1828)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1840)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, [105, 108], " + (R_DEFAULT + 14) +"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1841)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, [105, 108], " + (R_DEFAULT + 13) +"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1847)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1847)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1862)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1862)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1877)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1877)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1889)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1890)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1896)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1896)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1908)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1909)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1915)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1915)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocMethodCompletionModelTest.java
 (at line 1927)
"xtm[JAVADOC_PARAM_REF]{xtm, null, null, xtm, null, "+this.positions+(R_DEFAULT + 14)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/JavadocMethodCompletionModelTest.java
 (at line 1928)
"xtc[JAVADOC_PARAM_REF]{xtc, null, null, xtc, null, "+this.positions+(R_DEFAULT + 13)+"}\n" +
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java
 (at line 67)
import org.eclipse.jdt.internal.core.search.matching.MatchLocator;
Discouraged access: The type 'MatchLocator' is not API (restriction on classpath entry '/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/JavaSearchBugsTests2.java
 (at line 68)
import org.eclipse.jdt.internal.core.search.matching.MethodPattern;
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugsTests2.java
 (at line 1695)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE);
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugsTests2.java
 (at line 1695)
MethodPattern pattern = (MethodPattern) SearchPattern.createPattern(method, DECLARATIONS|IGNORE_DECLARING_TYPE|IGNORE_RETURN_TYPE, EQUIVALENT_RULE|EXACT_RULE);
Discouraged access: The type 'MethodPattern' is not API (restriction on classpath entry '/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/JavaSearchBugsTests2.java
 (at line 2817)
MatchLocator.setFocus(pattern, method);
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java
 (at line 2817)
MatchLocator.setFocus(pattern, method);
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')

/src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java : 38 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SnippetCompletionTests_1_5.java
 (at line 19)
import org.eclipse.jdt.internal.codeassist.RelevanceConstants;
Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/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_1_5.java
 (at line 23)
public class SnippetCompletionTests_1_5 extends AbstractJavaModelTests implements RelevanceConstants {
Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 66)
"foo1[METHOD_REF]{foo1(), Lbug132665.Bug132665<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 67)
"foo2[METHOD_REF]{foo2(), Lbug132665.Bug132665<TT;>;, ()Lbug132665.Bug132665<+Ljava.lang.Object;>;, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 68)
"foo3[METHOD_REF]{foo3(), Lbug132665.Bug132665<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 86)
"foo1[METHOD_REF]{foo1(), Lbug223878.Bug223878<TT;>;, ()V, foo1, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 87)
"foo2[METHOD_REF]{foo2(), Lbug223878.Bug223878<TT;>;, (Lbug223878.Bug223878<+Ljava.lang.Object;>;)V, foo2, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}\n"+
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_UNQUALIFIED' is not API (restriction on classpath entry '/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_1_5.java
 (at line 88)
"foo3[METHOD_REF]{foo3(), Lbug223878.Bug223878<TT;>;, ()V, foo3, "+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/WorkingCopyNotInClasspathTests.java
 (at line 21)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/WorkingCopyNotInClasspathTests.java
 (at line 82)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 82)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyNotInClasspathTests.java
 (at line 301)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 301)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyNotInClasspathTests.java
 (at line 338)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 338)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyNotInClasspathTests.java
 (at line 376)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 376)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyNotInClasspathTests.java
 (at line 414)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 414)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not 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/WorkingCopyNotInClasspathTests.java
 (at line 455)
new String(Util.getResourceContentsAsCharArray(originalFile)));
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/WorkingCopyNotInClasspathTests.java
 (at line 455)
new String(Util.getResourceContentsAsCharArray(originalFile)));
Discouraged access: The method 'Util.getResourceContentsAsCharArray(IFile)' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java
 (at line 19)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type 'ClassFileConstants' is not API (restriction on classpath entry '/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/ASTConverter9Test.java
 (at line 20)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/ASTConverter9Test.java
 (at line 21)
import org.eclipse.jdt.internal.core.JrtPackageFragmentRoot;
Discouraged access: The type 'JrtPackageFragmentRoot' is not 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/ASTConverter9Test.java
 (at line 22)
import org.eclipse.jdt.internal.core.SourceModule;
Discouraged access: The type 'SourceModule' is not 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/ASTConverter9Test.java
 (at line 79)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java
 (at line 79)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java
 (at line 80)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java
 (at line 80)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverter9Test.java
 (at line 299)
assertTrue("incorrect root type", (element instanceof JrtPackageFragmentRoot));
Discouraged access: The type 'JrtPackageFragmentRoot' is not 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/dom/ASTConverter9Test.java
 (at line 300)
JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element;
Discouraged access: The type 'JrtPackageFragmentRoot' is not 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/dom/ASTConverter9Test.java
 (at line 300)
JrtPackageFragmentRoot root = (JrtPackageFragmentRoot) element;
Discouraged access: The type 'JrtPackageFragmentRoot' is not 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/dom/ASTConverter9Test.java
 (at line 301)
assertEquals("incorrect module name", "java.base", root.getElementName());
Discouraged access: The method 'JrtPackageFragmentRoot.getElementName()' is not 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/dom/ASTConverter9Test.java
 (at line 379)
assertTrue(element instanceof SourceModule);
Discouraged access: The type 'SourceModule' is not 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/dom/ASTConverter9Test.java
 (at line 380)
SourceModule sModule = (SourceModule) element;
Discouraged access: The type 'SourceModule' is not 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/dom/ASTConverter9Test.java
 (at line 380)
SourceModule sModule = (SourceModule) element;
Discouraged access: The type 'SourceModule' is not 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/dom/ASTConverter9Test.java
 (at line 381)
assertTrue("Source module name incorrect", sModule.getElementName().equals("first"));
Discouraged access: The method 'NamedMember.getElementName()' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 27)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/FormatterCommentsBugsTest.java
 (at line 28)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 132)
this.formatterPrefs.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')
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 133)
this.formatterPrefs.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')
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 133)
this.formatterPrefs.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')
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 133)
this.formatterPrefs.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')
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 151)
this.formatterPrefs.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')
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 152)
this.formatterPrefs.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')
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 152)
this.formatterPrefs.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')
10. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 152)
this.formatterPrefs.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')
11. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 170)
this.formatterPrefs.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')
12. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 171)
this.formatterPrefs.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')
13. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 171)
this.formatterPrefs.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')
14. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 171)
this.formatterPrefs.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')
15. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 189)
this.formatterPrefs.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')
16. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 190)
this.formatterPrefs.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')
17. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 190)
this.formatterPrefs.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')
18. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 190)
this.formatterPrefs.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')
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 208)
this.formatterPrefs.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')
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 209)
this.formatterPrefs.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')
21. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 209)
this.formatterPrefs.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')
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 209)
this.formatterPrefs.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')
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 229)
this.formatterPrefs.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')
24. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 230)
this.formatterPrefs.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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 230)
this.formatterPrefs.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')
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 230)
this.formatterPrefs.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')
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 250)
this.formatterPrefs.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')
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 251)
this.formatterPrefs.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')
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 251)
this.formatterPrefs.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')
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 251)
this.formatterPrefs.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')
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 269)
this.formatterPrefs.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')
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 270)
this.formatterPrefs.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')
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 270)
this.formatterPrefs.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')
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 270)
this.formatterPrefs.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')
35. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 288)
this.formatterPrefs.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')
36. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 289)
this.formatterPrefs.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')
37. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 289)
this.formatterPrefs.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')
38. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 289)
this.formatterPrefs.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')
39. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 307)
this.formatterPrefs.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')
40. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 308)
this.formatterPrefs.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')
41. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 308)
this.formatterPrefs.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')
42. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 308)
this.formatterPrefs.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')
43. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 326)
this.formatterPrefs.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')
44. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 327)
this.formatterPrefs.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')
45. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 327)
this.formatterPrefs.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')
46. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 327)
this.formatterPrefs.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')
47. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 347)
this.formatterPrefs.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')
48. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 348)
this.formatterPrefs.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')
49. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 348)
this.formatterPrefs.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')
50. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 348)
this.formatterPrefs.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')
51. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 368)
this.formatterPrefs.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')
52. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 369)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 369)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 369)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 387)
this.formatterPrefs.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')
56. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 388)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 388)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 388)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 406)
this.formatterPrefs.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')
60. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 407)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 407)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 407)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 425)
this.formatterPrefs.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')
64. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 426)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 426)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 426)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 444)
this.formatterPrefs.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')
68. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 445)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 445)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 445)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 465)
this.formatterPrefs.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')
72. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 466)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 466)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 466)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.MIXED;
Discouraged access: The field 'DefaultCodeFormatterOptions.MIXED' is not 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/FormatterCommentsBugsTest.java
 (at line 745)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 759)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 770)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 774)
this.formatterPrefs.comment_line_length = 30;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 780)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 786)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 792)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 802)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 806)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 810)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 814)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 818)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 822)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 826)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 830)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 834)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 838)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 848)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 859)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 863)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 1488)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 1489)
this.formatterPrefs.tab_size = 1;
Discouraged access: The field 'DefaultCodeFormatterOptions.tab_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')
97. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 1490)
this.formatterPrefs.indentation_size = 1;
Discouraged access: The field 'DefaultCodeFormatterOptions.indentation_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')
98. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 1494)
this.formatterPrefs.comment_line_length = 40;
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_line_length' is not 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/FormatterCommentsBugsTest.java
 (at line 1495)
this.formatterPrefs.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')
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsBugsTest.java
 (at line 1495)
this.formatterPrefs.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')

/src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java : 6 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 23)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter;
Discouraged access: The type 'DefaultCodeFormatter' is not API (restriction on classpath entry '/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/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 56)
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/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 57)
this.formatterPrefs.comment_indent_parameter_description = false; // Eclipse default is true
Discouraged access: The field 'DefaultCodeFormatterOptions.comment_indent_parameter_description' is not API (restriction on classpath entry '/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/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 58)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 58)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 58)
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')

/src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java : 9 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 21)
import org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier;
Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/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/SourceModifierTest.java
 (at line 59)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type 'SourceModifier' is not 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/SourceModifierTest.java
 (at line 59)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type 'SourceModifier' is not 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/SourceModifierTest.java
 (at line 59)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/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/SourceModifierTest.java
 (at line 61)
ReplaceEdit[] replaces= modifier.getModifications(content);
Discouraged access: The method 'SourceModifier.getModifications(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/rewrite/describing/SourceModifierTest.java
 (at line 110)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type 'SourceModifier' is not API (restriction on classpath entry '/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/SourceModifierTest.java
 (at line 110)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type 'SourceModifier' is not 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/SourceModifierTest.java
 (at line 110)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The constructor 'SourceModifier(int, String, int, int)' is not API (restriction on classpath entry '/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/SourceModifierTest.java
 (at line 112)
ReplaceEdit[] replaces= modifier.getModifications(content);
Discouraged access: The method 'SourceModifier.getModifications(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')

/src/org/eclipse/jdt/core/tests/model/CompletionTests10.java : 41 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests10.java
 (at line 59)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 59)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 59)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 59)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 59)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 82)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 82)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 82)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 82)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 82)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 103)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 103)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 103)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 103)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 103)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 124)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 124)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 124)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 124)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 124)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 145)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 145)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 145)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 145)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 145)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 166)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 166)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 166)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 166)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 166)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 187)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 187)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 187)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 187)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 187)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 262)
"a_method[METHOD_REF]{a_method(), Ltest0001.Test$Dummy;, ()V, a_method, null, " + (R_DEFAULT + 30) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 277)
"i_jk[LOCAL_VARIABLE_REF]{i_jk, null, I, i_jk, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 293)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, Ljava.lang.String;, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 307)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 321)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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/CompletionTests10.java
 (at line 337)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java : 16 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 23)
import org.eclipse.jdt.internal.codeassist.RelevanceConstants;
Discouraged access: The type 'RelevanceConstants' is not API (restriction on classpath entry '/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/CompletionWithMissingTypesTests2.java
 (at line 28)
public class CompletionWithMissingTypesTests2 extends ModifyingResourceTests 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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 167)
int 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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionWithMissingTypesTests2.java
 (at line 261)
int 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')

/src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java : 40 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 23)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type 'CompilerOptions' is not API (restriction on classpath entry '/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/JavadocTypeCompletionModelTest.java
 (at line 48)
setUpProjectOptions(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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 48)
setUpProjectOptions(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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 150)
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/JavadocTypeCompletionModelTest.java
 (at line 150)
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/JavadocTypeCompletionModelTest.java
 (at line 174)
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/JavadocTypeCompletionModelTest.java
 (at line 174)
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/JavadocTypeCompletionModelTest.java
 (at line 253)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 253)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 286)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 286)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 405)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 405)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 451)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 451)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 827)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 827)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 842)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 842)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 859)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 859)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 876)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 876)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 893)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 893)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 910)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 910)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 927)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 927)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 944)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 944)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 958)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 958)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 972)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 972)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 989)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 989)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 1006)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 1006)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 1039)
assertResults("BasicTestTypes[TYPE_REF]{BasicTestTypes, javadoc.types.tags, Ljavadoc.types.tags.BasicTestTypes;, null, null, "+this.positions+ (R_DEFAULT + 17) +"}");
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/src/org/eclipse/jdt/core/tests/model/SearchTests.java : 35 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 29)
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/SearchTests.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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 31)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 32)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 33)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 34)
import org.eclipse.jdt.internal.core.search.processing.IJob;
Discouraged access: The type 'IJob' is not 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/SearchTests.java
 (at line 150)
org.eclipse.jdt.internal.core.util.Util.sort(strings);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 150)
org.eclipse.jdt.internal.core.util.Util.sort(strings);
Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 178)
org.eclipse.jdt.internal.core.util.Util.sort(strings);
Discouraged access: The type 'Util' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 178)
org.eclipse.jdt.internal.core.util.Util.sort(strings);
Discouraged access: The method 'Util.sort(String[])' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 205)
static class WaitingJob implements IJob {
Discouraged access: The type 'IJob' is not 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/SearchTests.java
 (at line 232)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 232)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type 'JavaModelManager' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 232)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 233)
indexManager.disable();
Discouraged access: The method 'JobManager.disable()' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 237)
indexManager.request(this);
Discouraged access: The method 'JobManager.request(IJob)' is not 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/SearchTests.java
 (at line 238)
indexManager.enable();
Discouraged access: The method 'JobManager.enable()' is not 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/SearchTests.java
 (at line 244)
JavaModelManager.getIndexManager().enable();
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 244)
JavaModelManager.getIndexManager().enable();
Discouraged access: The method 'JavaModelManager.getIndexManager()' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 244)
JavaModelManager.getIndexManager().enable();
Discouraged access: The method 'JobManager.enable()' is not 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/SearchTests.java
 (at line 309)
String givenRule = BasicSearchEngine.getMatchRuleString(rule);
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 309)
String givenRule = BasicSearchEngine.getMatchRuleString(rule);
Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 310)
String validatedRule = BasicSearchEngine.getMatchRuleString(validated);
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 310)
String validatedRule = BasicSearchEngine.getMatchRuleString(validated);
Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 311)
String expectedRule = BasicSearchEngine.getMatchRuleString(expected);
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 311)
String expectedRule = BasicSearchEngine.getMatchRuleString(expected);
Discouraged access: The method 'BasicSearchEngine.getMatchRuleString(int)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1017)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1017)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1017)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1031)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1031)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1031)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1045)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'LocalVariable' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1045)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The constructor 'LocalVariable(JavaElement, String, int, int, int, int, String, Annotation[], int, boolean)' is not API (restriction on classpath entry '/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/SearchTests.java
 (at line 1045)
ILocalVariable localVar = new LocalVariable((JavaElement)getCompilationUnit("/P/X.java").getType("X").getMethod("foo", new String[0]), "var", 1, 2, 3, 4, "Z", null, 0, false);
Discouraged access: The type 'JavaElement' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')