Compiler log for org.eclipse.jdt.core.tests.model_3.10.500.v20180516-1255 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 4659, INFOS: 1

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/model/CompletionTests2.java : 1 info :

INFO WARNINGS
1. INFO in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java
 (at line 54)
@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 20)
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 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/dom/ASTConverter10Test.java
 (at line 50)
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 50)
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 51)
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 51)
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 20)
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 54)
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 55)
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 56)
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 57)
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 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')
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.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')
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsClearBlankLinesTests.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')

/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 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/formatter/comment/JavaDocTestCase.java
 (at line 828)
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 828)
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 828)
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 828)
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 26)
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 1482)
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 1482)
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 1543)
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 1543)
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 24)
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 1621)
((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 1621)
((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 13)
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 32)
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 32)
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 36)
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 36)
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 40)
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 40)
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 44)
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 44)
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 48)
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 48)
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 53)
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 53)
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 53)
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 53)
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 57)
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 57)
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 60)
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 60)
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 63)
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 63)
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 66)
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 66)
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 70)
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 70)
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 70)
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 70)
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 75)
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 75)
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 75)
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 75)
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 41)
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 152)
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 152)
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 168)
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 168)
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 32)
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 32)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java
 (at line 32)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterOldBugsGistTests.java
 (at line 33)
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 24)
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 67)
"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 90)
"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 122)
"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 123)
"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 124)
"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 125)
"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 126)
"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 127)
"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 128)
"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 129)
"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 130)
"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 131)
"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 132)
"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 133)
"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 134)
"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 135)
"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 136)
"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 137)
"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 158)
"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 159)
"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 187)
"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 212)
"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 240)
"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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 241)
"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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 242)
"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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 268)
"[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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 269)
"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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 270)
"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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 271)
"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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 272)
"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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 273)
"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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 274)
"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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 275)
"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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 276)
"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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 277)
"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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 278)
"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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 279)
"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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 280)
"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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 281)
"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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 282)
"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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 283)
"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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 284)
"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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 285)
"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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 286)
"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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 287)
"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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 288)
"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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 289)
"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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 290)
"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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 316)
"[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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 317)
"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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 318)
"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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 319)
"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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 320)
"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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 321)
"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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 322)
"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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 323)
"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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 324)
"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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 325)
"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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 326)
"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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 327)
"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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 328)
"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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 329)
"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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 330)
"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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 331)
"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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 332)
"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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 333)
"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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 334)
"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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 335)
"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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 336)
"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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 337)
"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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 338)
"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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 368)
"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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 369)
"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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 370)
"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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 371)
"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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 372)
"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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 373)
"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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 374)
"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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 375)
"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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 376)
"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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 377)
"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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 378)
"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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 379)
"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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 380)
"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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 381)
"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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 500)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 501)
"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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 528)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 555)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 723)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 724)
"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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 725)
"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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 726)
"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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 727)
"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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 728)
"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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 729)
"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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 730)
"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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 731)
"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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests18.java
 (at line 732)
"StringBuffer[TYPE_REF]{StringBuffer, java.lang, Ljava.lang.StringBuffer;, 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 27)
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 28)
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 2457)
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 2457)
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 2458)
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 2474)
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 2475)
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 2520)
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 2520)
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 2521)
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 2525)
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 2525)
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 2528)
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 2528)
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 2528)
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 50)
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 51)
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 52)
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 53)
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 54)
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 220)
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 1076)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1076)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1080)
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 1081)
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 1082)
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 1100)
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 1103)
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 1121)
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 1122)
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 1123)
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 1124)
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 1125)
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 1126)
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 1127)
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 1128)
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 1129)
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 1130)
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 1131)
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 1137)
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 1401)
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 1402)
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 1402)
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 1402)
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 1407)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1407)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1417)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1417)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterMassiveRegressionTests.java
 (at line 1474)
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 1474)
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 1474)
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 1474)
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 1475)
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 1475)
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 1475)
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 1475)
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 1476)
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 1476)
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 1476)
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 1476)
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 1477)
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 1477)
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 1477)
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 1477)
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 1478)
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 1478)
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 1478)
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 1478)
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 1479)
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 1479)
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 1479)
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 1479)
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 1480)
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 1480)
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 1480)
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 1480)
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 1481)
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 1481)
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 1481)
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 1481)
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 1482)
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 1482)
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 1482)
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 1482)
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 1483)
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 1483)
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 1483)
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 1483)
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 1484)
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 1484)
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 1484)
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 1484)
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 1485)
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 1485)
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 1485)
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 1485)
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 1486)
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 1486)
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 1486)
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 1486)
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 1487)
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 1487)
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 1487)
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 1487)
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 1488)
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 1488)
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 1488)
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 1488)
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 1489)
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 1489)
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 1489)
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 1489)
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 1490)
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 1490)
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 1490)
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 25)
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 26)
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 27)
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 28)
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 29)
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 57)
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 57)
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 58)
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 70)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 70)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 81)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 81)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 103)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 103)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 108)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 108)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 126)
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 126)
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 129)
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 137)
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 154)
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 154)
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 176)
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 176)
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 177)
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 177)
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 177)
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 194)
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 194)
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 196)
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 213)
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 213)
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 221)
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 241)
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 241)
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 249)
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 249)
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 250)
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 266)
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 266)
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 267)
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 269)
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 298)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 298)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 298)
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 298)
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 317)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 317)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 317)
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 317)
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 344)
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 344)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 344)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/NameLookupTests2.java
 (at line 344)
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 344)
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 345)
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 345)
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 345)
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 382)
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 382)
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 383)
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 383)
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 384)
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 384)
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 384)
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 384)
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 388)
!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 388)
!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 388)
!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 388)
!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 389)
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 389)
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 389)
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 393)
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 393)
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 397)
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 397)
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 397)
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 397)
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 399)
!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 399)
!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 399)
!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 399)
!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 400)
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 400)
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 400)
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 408)
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 408)
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 411)
!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 411)
!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 411)
!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 411)
!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 412)
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 412)
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 412)
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 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/FormatterJSR335Tests.java
 (at line 28)
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 29)
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 44)
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 64)
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 64)
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 68)
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 68)
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 68)
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 68)
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 69)
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 69)
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 69)
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 69)
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 70)
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 70)
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 70)
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 70)
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 102)
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 108)
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 109)
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 115)
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 115)
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 120)
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 120)
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 150)
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 151)
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 151)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java
 (at line 151)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java
 (at line 156)
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 156)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR335Tests.java
 (at line 156)
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/FormatterJSR335Tests.java
 (at line 188)
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 188)
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 188)
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 189)
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 190)
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 191)
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 33)
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 34)
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 35)
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 36)
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 37)
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 38)
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 39)
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 40)
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 41)
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 80)
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 112)
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 113)
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 113)
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 113)
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 113)
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 113)
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 114)
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 114)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 114)
CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil();
Discouraged access: The type 'CodeSnippetParsingUtil' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
20. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 115)
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 115)
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 116)
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 117)
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 117)
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 117)
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 118)
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 126)
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 126)
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 128)
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 128)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 128)
SimpleDocument document = new SimpleDocument(source);
Discouraged access: The type 'SimpleDocument' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
32. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterCommentsTests.java
 (at line 133)
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 135)
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 140)
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 149)
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 150)
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 151)
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 152)
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 153)
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 180)
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 180)
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 180)
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 180)
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 181)
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 181)
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 181)
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 181)
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 182)
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 182)
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 182)
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 182)
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 183)
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 183)
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 183)
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 183)
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 184)
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 184)
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 184)
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 184)
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 185)
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 185)
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 185)
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 185)
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 186)
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 186)
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 186)
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 186)
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 187)
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 187)
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 187)
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 187)
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 188)
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 188)
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 188)
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 188)
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 189)
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 189)
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 189)
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 189)
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 190)
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 190)
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 190)
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 190)
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 191)
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 191)
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 191)
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 191)
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 192)
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 192)
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 192)
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 192)
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 193)
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 193)
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 193)
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 193)
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 194)
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 194)
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 194)
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 194)
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 195)
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 17)
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 18)
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 22)
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 62)
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 62)
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 62)
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 62)
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 69)
"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 69)
"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 69)
"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 69)
"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 69)
"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 69)
"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 70)
"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 70)
"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 70)
"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 70)
"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 70)
"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 70)
"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 71)
"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 71)
"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 71)
"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 71)
"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 71)
"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 71)
"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 72)
"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 72)
"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 72)
"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 72)
"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 72)
"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 72)
"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 88)
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 88)
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 88)
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 88)
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 101)
"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 101)
"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 101)
"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 101)
"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 101)
"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 102)
"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 102)
"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 102)
"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 102)
"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 102)
"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 102)
"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 103)
"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 103)
"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 103)
"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 103)
"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 103)
"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 103)
"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 104)
"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 104)
"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 104)
"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 104)
"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 104)
"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 104)
"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 105)
"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 105)
"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 105)
"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 105)
"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 105)
"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 105)
"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 121)
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 121)
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 121)
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 121)
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 134)
"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 134)
"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 134)
"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 134)
"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 134)
"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 135)
"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 135)
"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 135)
"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 135)
"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 135)
"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 135)
"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 136)
"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 136)
"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 136)
"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 136)
"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 136)
"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 136)
"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 137)
"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 137)
"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 137)
"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 137)
"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 137)
"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 137)
"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 138)
"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 138)
"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 138)
"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 138)
"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 138)
"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 138)
"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 155)
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 155)
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 155)
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 31)
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 134)
((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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java
 (at line 134)
((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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java
 (at line 143)
((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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/ClassNameTests.java
 (at line 143)
((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')

/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 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/JavadocFieldCompletionModelTest.java
 (at line 44)
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 44)
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 139)
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 139)
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 163)
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 163)
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 516)
"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 63)
int 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 63)
int 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 63)
int 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 63)
int 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 63)
int 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 63)
int 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 63)
int 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 107)
int 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 107)
int 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 107)
int 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 107)
int 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 107)
int 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 107)
int 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 107)
int 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 158)
int 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 158)
int 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 158)
int 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 158)
int 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 158)
int 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 158)
int 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 158)
int 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 205)
int 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 205)
int 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 205)
int 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 205)
int 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 205)
int 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 205)
int 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 205)
int 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 268)
int 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 268)
int 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 268)
int 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 268)
int 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 268)
int 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 268)
int 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 268)
int 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 323)
int 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 323)
int 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 323)
int 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 323)
int 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 323)
int 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 323)
int 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 323)
int 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 366)
int 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 366)
int 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 366)
int 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 366)
int 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 366)
int 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 366)
int 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 366)
int 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 405)
int 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 405)
int 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 405)
int 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 405)
int 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 405)
int 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 405)
int 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 405)
int 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 475)
int 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 475)
int 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 475)
int 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 475)
int 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 475)
int 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 475)
int 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 475)
int 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 552)
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 552)
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 552)
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 552)
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 552)
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 552)
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 553)
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 553)
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 553)
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 553)
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 553)
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 553)
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 553)
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 589)
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 589)
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 589)
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 589)
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 589)
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 589)
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 625)
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 625)
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 625)
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 625)
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 625)
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 625)
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 661)
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 661)
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 661)
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 661)
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 661)
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 61)
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 62)
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 63)
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 99)
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 99)
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 101)
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 101)
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 116)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 116)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 315)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 315)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ExternalAnnotations18Test.java
 (at line 376)
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 376)
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 377)
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 377)
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 383)
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 383)
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 389)
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 389)
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 1861)
}, 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 1861)
}, 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 1861)
}, 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 1861)
}, 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 2033)
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 2033)
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 2033)
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 2033)
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 2033)
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 2033)
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 2080)
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 2080)
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 2080)
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 2080)
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 2080)
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 2080)
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 42)
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 43)
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 44)
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 45)
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 184)
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 184)
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 184)
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 187)
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 883)
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 883)
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 884)
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 2443)
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 2443)
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 2443)
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 2443)
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 2491)
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 2491)
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 2491)
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 2491)
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 5578)
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 5578)
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 : 25 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java
 (at line 18)
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 90)
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 90)
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 91)
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 91)
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 92)
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 92)
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 93)
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 93)
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 94)
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 94)
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 95)
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 95)
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 96)
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 96)
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 97)
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 97)
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 98)
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 98)
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 99)
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 99)
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 107)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java
 (at line 107)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaConventionTests.java
 (at line 107)
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 107)
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 77)
"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 77)
"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 77)
"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 77)
"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 77)
"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 77)
"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 78)
"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 78)
"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 78)
"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 78)
"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 78)
"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 79)
"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 79)
"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 79)
"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 79)
"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 79)
"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 79)
"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 104)
"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 104)
"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 104)
"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 104)
"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 104)
"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 104)
"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 105)
"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 105)
"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 105)
"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 105)
"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 105)
"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 106)
"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 106)
"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 106)
"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 106)
"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 106)
"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 106)
"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 130)
"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 130)
"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 130)
"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 130)
"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 130)
"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 130)
"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 131)
"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 131)
"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 131)
"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 131)
"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 131)
"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 131)
"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 155)
"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 155)
"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 155)
"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 155)
"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 155)
"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 155)
"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 156)
"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 156)
"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 156)
"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 156)
"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 156)
"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 157)
"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 157)
"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 157)
"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 157)
"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 157)
"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 157)
"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 181)
"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 181)
"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 181)
"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 181)
"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 181)
"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 181)
"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 182)
"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 182)
"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 182)
"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 182)
"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 182)
"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 182)
"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 183)
"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 183)
"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 183)
"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 183)
"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 183)
"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 183)
"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 208)
"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 208)
"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 208)
"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 208)
"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 208)
"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 208)
"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 209)
"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 209)
"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 209)
"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 209)
"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 209)
"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 209)
"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 210)
"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 210)
"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 210)
"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 210)
"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 210)
"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 210)
"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 234)
"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 23)
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 334)
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 334)
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 348)
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 348)
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 360)
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 360)
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 363)
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 363)
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 524)
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 524)
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 538)
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 538)
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 540)
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 540)
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 542)
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 542)
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 548)
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 548)
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 549)
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 549)
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 550)
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 550)
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 551)
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 551)
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 555)
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 555)
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 558)
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 558)
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 561)
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 561)
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 565)
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 565)
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 569)
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 569)
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 573)
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 573)
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 1122)
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 1122)
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 1136)
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 1136)
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 1138)
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 1138)
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 1140)
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 1140)
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 1146)
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 1146)
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 1147)
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 1147)
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 1148)
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 1148)
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 1149)
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 1149)
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 1153)
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 1153)
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 1156)
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 1156)
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 1159)
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 1159)
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 1163)
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 1163)
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 1167)
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 1167)
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 1171)
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 1171)
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 19)
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 25)
* 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 28)
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 43)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java
 (at line 43)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/ChunkWriterTests.java
 (at line 44)
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 86)
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 92)
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 98)
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 99)
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 105)
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 106)
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 107)
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 113)
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 114)
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 115)
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 121)
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 122)
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 123)
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 18)
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 57)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaCorePreferenceModifyListenerTest.java
 (at line 57)
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')

/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 48)
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 49)
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 811)
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 812)
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 812)
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 813)
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 813)
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 866)
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 902)
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 904)
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 904)
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 905)
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 1602)
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 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/FieldBackPointerTest.java
 (at line 20)
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 21)
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 22)
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 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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 24)
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 25)
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 26)
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 27)
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 32)
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 33)
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 34)
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 37)
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 40)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 40)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 40)
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 40)
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 42)
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 42)
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 43)
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 43)
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 44)
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 47)
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 48)
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 51)
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 52)
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 56)
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 56)
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 56)
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 60)
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 60)
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 60)
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 64)
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 64)
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 64)
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 68)
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 68)
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 68)
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 72)
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 73)
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 74)
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 75)
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 78)
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 81)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 81)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 81)
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 81)
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 83)
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 83)
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 84)
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 84)
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 85)
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 86)
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 89)
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 90)
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 93)
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 93)
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 96)
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 97)
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 101)
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 101)
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 101)
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 105)
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 105)
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 105)
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 109)
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 109)
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 109)
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 113)
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 113)
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 113)
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 117)
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 117)
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 117)
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 121)
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 121)
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 121)
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 125)
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 125)
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 125)
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 129)
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 129)
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 129)
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 133)
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 133)
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 133)
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 143)
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 149)
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 149)
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 149)
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 150)
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 150)
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 151)
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 151)
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 153)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 153)
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 175)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 175)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldBackPointerTest.java
 (at line 177)
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 177)
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 13)
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 106)
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 106)
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 106)
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 106)
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 19)
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 20)
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 52)
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 52)
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 52)
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 53)
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 54)
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 55)
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 55)
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 33)
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 34)
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 35)
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 36)
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 37)
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 38)
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 39)
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 40)
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 41)
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 42)
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 43)
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 44)
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 49)
* 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 58)
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 70)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 70)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 87)
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 87)
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 87)
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 87)
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 88)
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 91)
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 91)
JavaIndex testIndex = JavaIndex .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')
24. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 91)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 92)
.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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 92)
.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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 92)
.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 92)
.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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 92)
.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')
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 92)
.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 92)
.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 98)
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 98)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 98)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 100)
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 113)
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 113)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 113)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 114)
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 114)
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 122)
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 122)
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 122)
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 122)
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 124)
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 126)
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 126)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 126)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 127)
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 127)
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 128)
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 128)
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 131)
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 131)
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 132)
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 133)
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 186)
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 186)
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 186)
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 186)
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 188)
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 192)
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 193)
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 193)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 193)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 205)
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 205)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 205)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 206)
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 206)
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 206)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 206)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 207)
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 207)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 207)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 209)
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 210)
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 212)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 212)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 224)
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 224)
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 224)
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 224)
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 226)
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 228)
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 228)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 228)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 229)
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 230)
.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 232)
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 233)
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 244)
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 244)
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 244)
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 244)
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 246)
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 248)
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 248)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 248)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/IndexerTest.java
 (at line 249)
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 31)
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 32)
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 33)
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 608)
((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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java
 (at line 608)
((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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompilationUnitTests.java
 (at line 1535)
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 1535)
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 1537)
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 1550)
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 1550)
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 1553)
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 2049)
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 2049)
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 2493)
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 2495)
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 45)
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 46)
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 47)
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 48)
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 752)
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 752)
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 752)
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 752)
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 756)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 756)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 757)
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 757)
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 760)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 760)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 777)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 777)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 1101)
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 1101)
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 1173)
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 1173)
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 82)
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 83)
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 6334)
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 6334)
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 6334)
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 6334)
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 6335)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 6335)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 6335)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 6347)
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 6347)
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 6347)
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 6347)
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 6348)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 6348)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 6348)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingStatementsTest.java
 (at line 7178)
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 7178)
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 7178)
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 7178)
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 22)
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 27)
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 17)
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 43)
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 43)
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 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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java
 (at line 39)
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 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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElement8Tests.java
 (at line 41)
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 319)
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 320)
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 320)
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 321)
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 351)
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 352)
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 352)
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 353)
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 432)
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 432)
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 432)
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 432)
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 581)
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 590)
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 596)
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 34)
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 35)
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 113)
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 113)
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 113)
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 113)
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 160)
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 160)
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 160)
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 160)
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 195)
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 195)
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 195)
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 195)
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 205)
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 205)
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 205)
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 205)
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 306)
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 306)
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 306)
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 306)
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 318)
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 318)
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 318)
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 318)
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 403)
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 403)
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 403)
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 403)
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 469)
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 469)
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 469)
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 469)
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 480)
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 480)
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 480)
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 480)
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 532)
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 532)
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 532)
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 532)
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 679)
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 679)
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 679)
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 679)
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 695)
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 695)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 695)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type 'UserLibraryClasspathContainer' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaIndexTests.java
 (at line 700)
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 700)
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 716)
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 741)
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 741)
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 741)
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 741)
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 755)
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 755)
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 755)
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 755)
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 795)
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 795)
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 795)
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 795)
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 795)
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 805)
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 805)
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 805)
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 805)
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 805)
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 843)
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 843)
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 843)
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 843)
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 843)
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 854)
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 854)
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 854)
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 854)
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 854)
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 13)
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 15)
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 15)
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 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')
2. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 21)
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 22)
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 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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.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')
6. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.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')
7. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 26)
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 27)
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 28)
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 33)
* 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 39)
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 40)
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 46)
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 47)
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 52)
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 52)
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 52)
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 52)
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 52)
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 54)
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 58)
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 73)
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 73)
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 74)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 74)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 79)
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 82)
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 82)
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 82)
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 82)
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 83)
/ 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 83)
/ 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 84)
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 84)
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 85)
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 85)
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 87)
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 87)
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 87)
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 88)
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 88)
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 88)
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 89)
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 89)
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 89)
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 90)
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 90)
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 90)
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 91)
assertEquals(mem, this.db .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 92)
.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 92)
.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 92)
.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 92)
.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 92)
.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 92)
.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 93)
assertEquals(mem + blocksize, this.db.getRecPtr( (freeDeltas - 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')
57. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 94)
(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 94)
(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 94)
(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 94)
(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 94)
(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 94)
(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 104)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 104)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 104)
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 104)
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 106)
} 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 112)
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 112)
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 112)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 112)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTest.java
 (at line 113)
} 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 123)
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 123)
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 123)
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 123)
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 123)
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 123)
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 125)
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 125)
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 125)
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 126)
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 126)
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 126)
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 127)
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 127)
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 127)
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 128)
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 128)
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 128)
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 129)
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 129)
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 129)
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 129)
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 129)
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 130)
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 131)
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 131)
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 131)
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 132)
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 72)
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 73)
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 74)
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/JavaSearchBugsTests.java
 (at line 75)
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/JavaSearchBugsTests.java
 (at line 76)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 77)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 78)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 79)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 80)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 81)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 82)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 83)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 84)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 85)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 86)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 87)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 88)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 709)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 709)
TypeDeclarationPattern pattern = new TypeDeclarationPattern( null, null, null, IIndexConstants.INTERFACE_SUFFIX, SearchPattern.R_PATTERN_MATCH );
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 709)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 713)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 713)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 723)
pattern = new TypeDeclarationPattern( null, null, null, IIndexConstants.CLASS_SUFFIX, SearchPattern.R_PATTERN_MATCH );
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 723)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 727)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 727)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 2264)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 2264)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 2292)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 2292)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3119)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3119)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3174)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3174)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3262)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3262)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3500)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 3500)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 6959)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 6960)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 6960)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 6989)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 6989)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7460)
* @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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7893)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7893)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7932)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7932)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7944)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 7944)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8581)
* @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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8585)
IJavaSearchScope scope = new AbstractSearchScope() { IJavaSearchScope jsScope = getJavaSearchScope(); public void processDelta(IJavaElementDelta delta, int eventType) { // we should have no delta on this test case } public boolean encloses(String resourcePath) { return this.jsScope.encloses(resourcePath); } public boolean encloses(IJavaElement element) { return this.jsScope.encloses(element); } public IPath[] enclosingProjectsAndJars() { return this.jsScope.enclosingProjectsAndJars(); } };
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8585)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8742)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8742)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8742)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8743)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8743)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8744)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8753)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8753)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8754)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8760)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8760)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8760)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8761)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8761)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8762)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8762)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 8762)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13626)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13683)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13683)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13746)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13746)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13809)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13809)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13873)
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 13873)
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 13920)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13920)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13962)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13962)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13998)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 13998)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14043)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14043)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14085)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14085)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14126)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14267)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14267)
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14370)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14370)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14371)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14371)
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14420)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14420)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14425)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 14425)
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')

/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 27)
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 28)
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 29)
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 30)
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 31)
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 32)
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 33)
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 34)
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 35)
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 36)
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 37)
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 38)
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 72)
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 86)
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 89)
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 89)
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 143)
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 143)
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 163)
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 180)
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 259)
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 259)
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 498)
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 498)
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 663)
((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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 663)
((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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 667)
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 669)
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 669)
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 679)
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 692)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 692)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 728)
contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( null, file.getLocation().toFile().getPath(), file.getCharset()).getContents();
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 728)
contents = new org.eclipse.jdt.internal.compiler.batch.CompilationUnit( null, file.getLocation().toFile().getPath(), 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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 728)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 732)
} 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 784)
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 784)
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 983)
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 983)
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 986)
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 986)
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 987)
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 1076)
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 1077)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1077)
new BasicSearchEngine(this.workingCopies).searchAllConstructorDeclarations( null, pattern.toCharArray(), matchRule, SearchEngine.createWorkspaceScope(), requestor, IJavaSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, null);
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1077)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1086)
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 1087)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1087)
new BasicSearchEngine(this.workingCopies).searchAllMethodNames( null, SearchPattern.R_EXACT_MATCH, null, SearchPattern.R_EXACT_MATCH, null, SearchPattern.R_EXACT_MATCH, pattern.toCharArray(), matchRule, getJavaSearchScope(), requestor, IJavaSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, null);
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1087)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1097)
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 1108)
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 1121)
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 1136)
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 1137)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1137)
new BasicSearchEngine(this.workingCopies).searchAllMethodNames( patternPackage == null ? null : patternPackage.toCharArray(), pkgMatchRule, declQualificationPattern == null ? null : declQualificationPattern.toCharArray(), declQualificationMatchRule, declSimpleNamePattern == null ? null : declSimpleNamePattern.toCharArray(), declSimpleNameMatchRule, patternMethod == null ? null : patternMethod.toCharArray(), methodMatchRule, scope, requestor, IJavaSearchConstants.WAIT_UNTIL_READY_TO_SEARCH, null);
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaSearchTests.java
 (at line 1137)
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')

/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 23)
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 24)
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 129)
"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 129)
"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 129)
"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 129)
"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 129)
"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 129)
"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 129)
"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 142)
"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 142)
"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 142)
"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 142)
"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 142)
"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 142)
"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 142)
"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 155)
"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 155)
"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 155)
"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 155)
"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 155)
"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 155)
"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 155)
"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 168)
"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 168)
"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 168)
"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 168)
"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 168)
"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 168)
"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 169)
"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 169)
"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 169)
"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 169)
"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 169)
"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 169)
"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 169)
"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 195)
"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 195)
"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 195)
"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 195)
"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 195)
"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 195)
"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 195)
"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 221)
"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 221)
"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 221)
"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 221)
"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 221)
"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 221)
"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 221)
"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 247)
"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 247)
"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 247)
"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 247)
"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 247)
"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 247)
"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 247)
"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 279)
"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 279)
"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 279)
"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 279)
"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 279)
"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 279)
"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 280)
"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 280)
"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 280)
"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 280)
"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 280)
"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 280)
"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 280)
"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 293)
"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 293)
"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 293)
"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 293)
"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 293)
"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 293)
"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 294)
"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 294)
"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 294)
"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 294)
"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 294)
"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 294)
"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 307)
"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 307)
"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 307)
"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 307)
"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 307)
"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 307)
"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 308)
"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 308)
"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 308)
"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 308)
"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 308)
"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 308)
"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 309)
"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 309)
"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 309)
"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 309)
"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 309)
"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 309)
"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 44)
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 45)
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 46)
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 47)
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 64)
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 85)
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 85)
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 86)
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 86)
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 87)
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 87)
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 94)
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 100)
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 101)
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 115)
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 116)
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 117)
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 118)
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 126)
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 134)
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 151)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 151)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 180)
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/FormatterRegressionTests.java
 (at line 180)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 188)
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/FormatterRegressionTests.java
 (at line 188)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 202)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 202)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 210)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 210)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 276)
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 280)
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 280)
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 280)
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 334)
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 353)
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 353)
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 353)
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 354)
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 356)
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 356)
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 356)
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 365)
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 365)
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 365)
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 366)
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 367)
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 367)
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 367)
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 521)
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 521)
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 521)
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 522)
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 522)
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 522)
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 523)
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 523)
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 523)
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 526)
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 526)
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 526)
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 527)
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 527)
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 548)
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 548)
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 548)
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 550)
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 551)
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 552)
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 552)
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 552)
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 553)
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 553)
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 553)
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 566)
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 566)
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 566)
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 567)
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 569)
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 569)
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 569)
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 582)
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 582)
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 582)
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 583)
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 584)
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 585)
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 586)
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 586)
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 586)
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 587)
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 588)
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 588)
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 588)
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 593)
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 593)
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 593)
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 594)
preferences.tab_char = DefaultCodeFormatterOptions.TAB;
Discouraged access: The field 'DefaultCodeFormatterOptions.tab_char' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
99. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 594)
preferences.tab_char = DefaultCodeFormatterOptions.TAB;
Discouraged access: The type 'DefaultCodeFormatterOptions' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')
100. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterRegressionTests.java
 (at line 594)
preferences.tab_char = DefaultCodeFormatterOptions.TAB;
Discouraged access: The field 'DefaultCodeFormatterOptions.TAB' is not API (restriction on classpath entry '/opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes')

/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 16)
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 17)
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 22)
* 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 25)
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 26)
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 33)
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 34)
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 35)
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 49)
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 49)
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 53)
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 53)
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 53)
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 57)
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 57)
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 57)
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 65)
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 71)
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 80)
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 88)
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 99)
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 99)
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 108)
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 113)
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 118)
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 123)
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 134)
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 149)
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 152)
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 167)
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 170)
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 187)
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 190)
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 205)
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 218)
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 233)
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 246)
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 261)
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 269)
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 312)
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 326)
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 342)
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 351)
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 372)
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 400)
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 404)
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 25)
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 26)
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 54)
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 61)
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 84)
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 172)
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 183)
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 189)
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 190)
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 197)
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 204)
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 209)
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 221)
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 233)
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 291)
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 291)
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 336)
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 336)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 336)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 338)
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 341)
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 344)
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 357)
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 357)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 357)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 363)
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 367)
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 370)
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 373)
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 377)
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 397)
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 397)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 397)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 403)
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 406)
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 409)
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 412)
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 417)
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 423)
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 440)
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 440)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 440)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 447)
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 450)
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 450)
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 453)
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 456)
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 461)
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 473)
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 476)
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 478)
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 490)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 490)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 490)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 495)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 495)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 495)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 517)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 517)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 517)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 529)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 529)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 529)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 539)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 539)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 539)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 559)
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 559)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 559)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 561)
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 564)
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 567)
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 580)
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 580)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 580)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 584)
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 588)
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 591)
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 594)
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 598)
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 598)
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 618)
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 618)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 618)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 622)
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 625)
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 628)
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 631)
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 635)
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 635)
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 641)
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 658)
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 658)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 658)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 662)
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 665)
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 665)
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 665)
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 667)
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 669)
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 31)
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 146)
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 166)
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 14)
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 15)
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 16)
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 17)
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 18)
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 19)
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 28)
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 29)
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 30)
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 33)
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 36)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 36)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 36)
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 36)
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 38)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 38)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 39)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 39)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 40)
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 43)
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 44)
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 47)
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 48)
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 52)
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 52)
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 52)
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 56)
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 56)
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 56)
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 60)
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 61)
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 62)
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 63)
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 66)
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 69)
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 69)
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 69)
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 69)
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 71)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 71)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 72)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 72)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 73)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 73)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 74)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 74)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 77)
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 78)
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 80)
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 80)
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 83)
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 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')
53. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 89)
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 92)
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 95)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 95)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 97)
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 97)
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 98)
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 98)
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 101)
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 105)
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 110)
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 111)
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 112)
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 113)
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 114)
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 117)
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 120)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 120)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 120)
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 120)
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 122)
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 122)
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 123)
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 123)
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 124)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 124)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/nd/InheritenceTests.java
 (at line 125)
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 125)
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 126)
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 129)
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 130)
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 133)
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 134)
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 136)
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 136)
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 140)
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 140)
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 140)
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 144)
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 144)
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 144)
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 148)
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 148)
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 148)
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 158)
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 164)
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 164)
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 164)
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 30)
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 31)
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 1589)
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 1589)
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 1625)
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 1625)
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 1660)
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 1660)
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 1703)
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 1703)
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 1957)
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 1957)
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 4453)
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 4453)
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 4454)
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 4455)
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 4456)
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 4518)
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 4518)
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 4519)
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 4577)
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 4577)
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 4578)
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 4641)
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 4641)
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 4642)
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 4646)
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 4705)
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 4705)
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 4706)
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 4707)
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/JavaSearchBugs9Tests.java : 3 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 34)
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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 43)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs9Tests.java
 (at line 43)
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')

/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 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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchScopeTests.java
 (at line 30)
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 31)
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 53)
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 53)
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 53)
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 54)
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 55)
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 1031)
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 1031)
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 1031)
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 1032)
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 1112)
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 1112)
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 1112)
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 1113)
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 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/rewrite/describing/ASTRewritingExpressionsTest.java
 (at line 235)
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 235)
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 235)
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 235)
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 2347)
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 2347)
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 2347)
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 2347)
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 20)
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 53)
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 54)
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 55)
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 56)
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 56)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsTests.java
 (at line 56)
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')

/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 17)
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 18)
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 34)
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 35)
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 36)
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 36)
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 37)
} 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 38)
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 39)
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 39)
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 42)
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 42)
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 45)
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 45)
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 48)
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 49)
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 52)
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 53)
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 56)
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 57)
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 60)
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 61)
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 64)
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 65)
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 68)
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 69)
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 72)
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 73)
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 79)
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 80)
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 83)
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 84)
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 87)
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 88)
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 91)
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 92)
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 95)
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 96)
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 99)
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 100)
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 103)
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 104)
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 107)
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 108)
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 438)
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 438)
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 14)
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 15)
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 16)
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 17)
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 18)
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 26)
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 27)
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 28)
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 31)
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 34)
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 34)
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 34)
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 34)
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 36)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 36)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 37)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 37)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 38)
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 41)
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 42)
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 45)
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 46)
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 50)
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 50)
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 50)
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 54)
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 54)
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 54)
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 58)
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 58)
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 58)
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 62)
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 62)
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 62)
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 67)
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 72)
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 73)
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 74)
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 77)
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 80)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 80)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 80)
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 80)
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 82)
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 82)
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 83)
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 83)
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 85)
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 88)
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 89)
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 92)
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 93)
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 97)
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 97)
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 97)
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 101)
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 101)
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 101)
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 105)
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 105)
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 105)
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 109)
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 109)
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 109)
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 114)
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 123)
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 131)
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 131)
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 131)
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 132)
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 132)
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 133)
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 133)
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 135)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 135)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 150)
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 150)
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 151)
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 151)
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 152)
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 152)
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 153)
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 153)
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 157)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 157)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 161)
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 164)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 164)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 164)
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 169)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 169)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 171)
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 173)
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 175)
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 175)
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 175)
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 175)
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 181)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 181)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldOneToOneTest.java
 (at line 186)
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 46)
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 111)
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 111)
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 122)
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 122)
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 165)
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 165)
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 196)
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 196)
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 202)
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 202)
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 224)
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 224)
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 230)
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 230)
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 250)
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 250)
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 256)
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 256)
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 280)
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 280)
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 299)
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 299)
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 317)
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 317)
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 337)
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 337)
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 343)
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 343)
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 361)
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 361)
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 367)
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 367)
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 381)
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 381)
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 387)
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 387)
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 407)
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 407)
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 422)
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 422)
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 436)
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 436)
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 457)
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 457)
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 480)
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 480)
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 506)
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 506)
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 542)
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 542)
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 545)
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 545)
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 591)
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 591)
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 594)
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 594)
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 716)
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 716)
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 852)
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 852)
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 856)
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 856)
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 973)
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 973)
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 988)
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 988)
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 1002)
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 1002)
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 1056)
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 1056)
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 1126)
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 1126)
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 1141)
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 1141)
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 1192)
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 1192)
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 1207)
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 1207)
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 1250)
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 1250)
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 1266)
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 1266)
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 1282)
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 1282)
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 1298)
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 1298)
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 1342)
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 1342)
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 1358)
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 1358)
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 1409)
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 1409)
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 1424)
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 1424)
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 1440)
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 1440)
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 1456)
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 1456)
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 47)
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 48)
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 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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests2.java
 (at line 50)
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 51)
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 52)
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 246)
"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 246)
"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 246)
"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 246)
"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 246)
"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 246)
"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 309)
"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 309)
"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 309)
"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 309)
"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 309)
"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 309)
"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 371)
"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 371)
"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 371)
"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 371)
"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 371)
"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 371)
"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 434)
"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 434)
"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 434)
"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 434)
"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 434)
"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 434)
"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 492)
"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 492)
"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 492)
"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 492)
"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 492)
"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 492)
"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 493)
" 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 493)
" 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 493)
" 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 493)
" 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 493)
" 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 493)
" 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 494)
"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 494)
"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 494)
"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 494)
"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 494)
"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 494)
"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 495)
" 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 495)
" 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 495)
" 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 495)
" 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 495)
" 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 495)
" 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 496)
"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 496)
"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 496)
"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 496)
"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 496)
"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 496)
"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 497)
" 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 497)
" 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 497)
" 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 497)
" 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 497)
" 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 497)
" 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 498)
"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 498)
"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 498)
"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 498)
"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 498)
"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 498)
"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 499)
" 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 499)
" 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 499)
" 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 499)
" 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 499)
" 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 499)
" 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 500)
"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 500)
"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 500)
"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 500)
"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 500)
"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 500)
"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 501)
" 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 501)
" 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 501)
" 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 501)
" 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 501)
" 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 501)
" 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 559)
"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 559)
"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 559)
"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 559)
"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 559)
"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 559)
"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 560)
" 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 560)
" 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 560)
" 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 33)
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 34)
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 1104)
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 1104)
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 1105)
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 1113)
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 1113)
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 36)
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 37)
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 38)
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 39)
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 40)
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 1592)
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 1592)
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 1592)
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 1593)
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 3571)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3571)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3650)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 3650)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugs8Tests.java
 (at line 4234)
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 4234)
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 4330)
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 4330)
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 4434)
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 4434)
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 4456)
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 4456)
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 4583)
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 4583)
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 4583)
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 4584)
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 4587)
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 4587)
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 4620)
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 4620)
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 4620)
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 4621)
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 4624)
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 4624)
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 4729)
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 4729)
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 21)
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 22)
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 106)
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 106)
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 106)
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 159)
((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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModifyingResourceTests.java
 (at line 159)
((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')

/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 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/formatter/FormatterJSR308Tests.java
 (at line 27)
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 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')
4. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.java
 (at line 44)
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 64)
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 73)
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 73)
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 81)
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 81)
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 94)
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 94)
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 98)
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 98)
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 98)
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 98)
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 99)
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 99)
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 99)
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 99)
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 100)
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 100)
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 100)
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 100)
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 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')
25. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.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')
26. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJSR308Tests.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')

/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 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/JavadocPackageCompletionModelTest.java
 (at line 45)
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 45)
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 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/RootManipulationsTests.java
 (at line 86)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/RootManipulationsTests.java
 (at line 86)
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')

/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 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/ModuleBuilderTests.java
 (at line 46)
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 47)
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 48)
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 49)
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 50)
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 229)
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 229)
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 386)
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 386)
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 742)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 742)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 783)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 783)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 823)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 823)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 869)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 869)
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')
19. 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')
20. 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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 961)
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 961)
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 1007)
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 1007)
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 1058)
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 1058)
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 1094)
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 1094)
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 1261)
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 1261)
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 1312)
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 1312)
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 1381)
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 1381)
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 1421)
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 1421)
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 1551)
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 1551)
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 1602)
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 1602)
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 2183)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2183)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2183)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2183)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2183)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2183)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2222)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2280)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2280)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2334)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2334)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2406)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2406)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2801)
IClasspathAttribute modAttr = new ClasspathAttribute("module", "true");
Discouraged access: The constructor 'ClasspathAttribute(String, String)' is not API (restriction on classpath entry '/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 2801)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2851)
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 2851)
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 2902)
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 2902)
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 2956)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 2956)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3009)
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 3009)
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 3055)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3055)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3056)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3056)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3057)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3057)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3093)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3093)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3094)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3094)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3095)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3095)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3128)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3128)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3195)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3195)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3253)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3253)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3573)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3573)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3627)
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 3627)
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 3679)
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 3679)
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 3737)
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 3737)
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 3793)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3793)
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')
97. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3865)
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3865)
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')
99. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3866)
IClasspathEntry dep = JavaCore.newLibraryEntry(new Path(getExternalResourcePath(libPath)), null, null, 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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java
 (at line 3866)
IClasspathEntry dep = JavaCore.newLibraryEntry(new Path(getExternalResourcePath(libPath)), null, null, ClasspathEntry.NO_ACCESS_RULES,
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')

/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 23)
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 64)
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 65)
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 66)
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 67)
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 1752)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 1752)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2343)
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 2343)
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 2343)
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 2343)
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 2379)
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 2379)
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 2379)
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 2382)
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 2382)
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 2382)
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 2383)
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 2383)
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 2673)
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 2673)
RuntimeLog.addLogListener(new ILogListener() { @Override public void logging(IStatus status, String plugin) { if (status.getSeverity() == IStatus.ERROR && status.toString().contains("java.lang.IllegalArgumentException")) { buffer.append("Should not throw IllegalArgumentException"); } } });
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 2892)
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 2892)
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 2892)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2892)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2896)
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 2896)
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 2896)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2896)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2900)
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 2900)
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 2900)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 2900)
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')

/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 20)
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 21)
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 489)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 489)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 489)
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 501)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 501)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 501)
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 513)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 513)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/MementoTests.java
 (at line 513)
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 37)
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 38)
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 39)
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 40)
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 41)
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 42)
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 43)
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 357)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 357)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 428)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 428)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 795)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 795)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 798)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 798)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 801)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 801)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 804)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 804)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 807)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 807)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 810)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 810)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 813)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 813)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 815)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 815)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 821)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 821)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 824)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 824)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 826)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 826)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 832)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 832)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 835)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 835)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 837)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 837)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 864)
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 864)
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 878)
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 880)
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 885)
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 885)
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 886)
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 886)
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 886)
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 888)
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 888)
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 888)
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 888)
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 891)
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 894)
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 897)
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 900)
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 903)
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 906)
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 909)
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 912)
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 915)
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 918)
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 921)
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 921)
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 921)
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 924)
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 924)
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 924)
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 925)
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 927)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 927)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 928)
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 928)
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 928)
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 931)
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 931)
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 931)
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 934)
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 934)
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 934)
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 935)
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 937)
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 937)
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 937)
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 938)
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 940)
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 940)
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 940)
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 943)
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 943)
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 943)
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 946)
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 946)
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 946)
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 949)
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 949)
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 949)
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 950)
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 952)
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 952)
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 25)
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 28)
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 32)
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 32)
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 32)
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 34)
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 34)
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 34)
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 34)
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 36)
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 36)
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 36)
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 36)
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 36)
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 38)
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 38)
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 38)
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 38)
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 38)
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 40)
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 40)
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 40)
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 40)
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 40)
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 40)
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 42)
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 42)
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 42)
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 42)
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 42)
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 42)
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 44)
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 44)
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 44)
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 44)
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 44)
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 44)
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 46)
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 46)
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 46)
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 46)
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 46)
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 46)
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 46)
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 48)
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 48)
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 48)
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 48)
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 48)
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 48)
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 48)
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 50)
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 50)
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 50)
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 50)
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 50)
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 50)
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 52)
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 52)
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 52)
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 52)
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 52)
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 52)
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 52)
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 56)
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 58)
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 60)
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 62)
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 66)
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 68)
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 70)
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 70)
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 74)
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 77)
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 80)
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 83)
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 87)
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 89)
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 91)
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 93)
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 95)
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 97)
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 99)
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 101)
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 104)
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 16)
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 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')
3. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.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')
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.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')
5. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 20)
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 21)
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 22)
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 23)
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 24)
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 25)
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 26)
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 27)
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 35)
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 36)
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 37)
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 38)
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 39)
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 42)
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 45)
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 45)
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 45)
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 45)
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 47)
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 48)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 48)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 49)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 49)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 50)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 50)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 51)
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 54)
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 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')
33. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 58)
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 59)
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 61)
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 61)
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 62)
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 62)
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 66)
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 66)
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 66)
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 72)
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 72)
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 72)
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 77)
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 82)
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 83)
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 83)
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 83)
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 93)
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 94)
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 94)
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 94)
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 123)
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 123)
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 123)
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 127)
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 127)
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 128)
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 129)
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 130)
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 131)
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 134)
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 137)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 137)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/nd/FieldListTest.java
 (at line 137)
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 137)
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 139)
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 140)
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 140)
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 141)
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 141)
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 142)
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 143)
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 146)
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 147)
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 151)
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 152)
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 152)
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 152)
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 155)
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 180)
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 181)
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 181)
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 181)
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 185)
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 185)
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 185)
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 189)
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 189)
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 189)
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 193)
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 193)
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 193)
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 197)
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 197)
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 197)
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 201)
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 212)
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 222)
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 55)
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 56)
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 57)
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 58)
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 59)
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 60)
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 61)
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 81)
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 81)
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 82)
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 82)
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 310)
((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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 310)
((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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 536)
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 536)
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 536)
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 1262)
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 1262)
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 1263)
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 1265)
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 1267)
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 1268)
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 1271)
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 1272)
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 1274)
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 1275)
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 1277)
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 1287)
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 1287)
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 1288)
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 1290)
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 1292)
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 1520)
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 1520)
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 1520)
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 1520)
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 1835)
((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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1835)
((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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachSourceTests.java
 (at line 1836)
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 1836)
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 1836)
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 988)
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 2790)
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 2790)
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 2790)
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 2790)
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 2791)
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 2792)
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 2793)
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 2993)
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 2993)
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 2996)
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 2997)
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 3006)
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 3140)
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 3140)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3140)
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')
17. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 3141)
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 3142)
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 3143)
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 3144)
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 3145)
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 3146)
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 40)
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 64)
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 64)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 64)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 65)
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 67)
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 85)
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 85)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 85)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 92)
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 93)
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 94)
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 95)
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 96)
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 98)
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 101)
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 104)
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 105)
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 106)
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 107)
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 108)
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 110)
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 113)
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 114)
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 115)
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 116)
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 117)
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 119)
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 122)
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 123)
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 124)
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 125)
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 126)
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 154)
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 154)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 154)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 169)
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 172)
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 205)
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 205)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 205)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/LineCommentOffsetsTest.java
 (at line 220)
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 16)
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 40)
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 40)
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 74)
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 74)
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 93)
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 93)
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 267)
"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 469)
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 469)
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 516)
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 516)
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 29)
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 30)
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 31)
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 54)
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 55)
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 56)
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 57)
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 58)
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 59)
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 60)
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 61)
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 62)
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 63)
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 64)
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 112)
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 113)
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 114)
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 142)
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 143)
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 144)
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 172)
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 173)
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 174)
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 202)
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 203)
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 204)
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 233)
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 234)
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 235)
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 272)
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 273)
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 274)
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 322)
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 323)
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 324)
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 370)
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 371)
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 372)
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 405)
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 406)
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 407)
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 440)
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 441)
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 442)
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 475)
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 476)
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 477)
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 510)
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 511)
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 512)
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 540)
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 541)
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 542)
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 570)
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 571)
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 572)
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 600)
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 601)
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 602)
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 630)
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 631)
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 632)
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 667)
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 705)
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 748)
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 1190)
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 1212)
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 1213)
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 1213)
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 1213)
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 1236)
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 1265)
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 1266)
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 1266)
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 1266)
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 1296)
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 1325)
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 1326)
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 1326)
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 1326)
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 1355)
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 1377)
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 1403)
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 1480)
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 1637)
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 1894)
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 1895)
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 1895)
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 1895)
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 1921)
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 1921)
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 1921)
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 1922)
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 1922)
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 1922)
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 1944)
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 1944)
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 1944)
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 1970)
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 1970)
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 16)
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 17)
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 20)
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 22)
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 22)
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 22)
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 22)
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 22)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/nd/indexer/JavaIndexTestUtil.java
 (at line 22)
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')

/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 71)
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 72)
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 73)
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 74)
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 75)
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 296)
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 296)
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 296)
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 301)
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 301)
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 313)
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 845)
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 845)
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 856)
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 856)
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 856)
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 865)
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 866)
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 866)
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 866)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 866)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 866)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 866)
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 867)
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 870)
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 896)
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 896)
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 920)
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 920)
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 925)
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 935)
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 935)
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 935)
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 938)
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 939)
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 941)
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 941)
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 941)
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 942)
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 1969)
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 1969)
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 1969)
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 1969)
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 2351)
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 2351)
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 2373)
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 2373)
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 2396)
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 2396)
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 2444)
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 2444)
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 2934)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 2934)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 2955)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 2955)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3151)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3151)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3217)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3217)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3239)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3239)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3266)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3266)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3992)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3992)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3993)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 3993)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4005)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4005)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4006)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4006)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4276)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4276)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4289)
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 4289)
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 4300)
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 4300)
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 4315)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4315)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4339)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4339)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4888)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 4888)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5702)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5702)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5746)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5746)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5800)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5800)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5842)
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 5842)
ClasspathEntry cp = new ClasspathEntry( IPackageFragmentRoot.K_SOURCE, IClasspathEntry.CPE_VARIABLE, new Path("TEST_LIB"), ClasspathEntry.INCLUDE_ALL, ClasspathEntry.EXCLUDE_NONE, new Path("TEST_SRC"), null, null, null, // specific output folder false, (IAccessRule[]) null, false, ClasspathEntry.NO_EXTRA_ATTRIBUTES);
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 5842)
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 5846)
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 5846)
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 5847)
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 5847)
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 5855)
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 5855)
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 5908)
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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathTests.java
 (at line 5908)
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')

/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 23)
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 24)
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 25)
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 26)
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 213)
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 213)
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 217)
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 234)
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 234)
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 236)
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 628)
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 629)
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 629)
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 630)
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 630)
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 631)
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 638)
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 639)
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 639)
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 640)
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 640)
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 641)
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 648)
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 649)
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 649)
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 650)
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 650)
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 651)
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 658)
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 659)
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 659)
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 660)
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 660)
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 661)
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 668)
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 669)
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 669)
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 670)
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 670)
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 671)
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 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/model/AbstractJavaModelTests.java
 (at line 34)
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 35)
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 36)
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 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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 38)
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 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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 40)
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 41)
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 42)
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 43)
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 44)
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 45)
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 46)
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 78)
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 78)
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 79)
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')
18. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 79)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 246)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 246)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 246)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 246)
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')
23. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 259)
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')
24. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 259)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 297)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 297)
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')
27. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 577)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 577)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 699)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 699)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 709)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 709)
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')
33. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 722)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 722)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 726)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 771)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 771)
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')
38. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 771)
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')
39. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 771)
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')
40. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 778)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 778)
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')
42. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1224)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1224)
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')
44. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1821)
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')
45. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1821)
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')
46. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1822)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1822)
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')
48. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1822)
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')
49. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1822)
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')
50. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1832)
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')
51. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1832)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1838)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1838)
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')
54. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1851)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1851)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1889)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1889)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1905)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1905)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1907)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1909)
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')
62. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1914)
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')
63. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1914)
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')
64. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1914)
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')
65. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1914)
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')
66. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1915)
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')
67. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1915)
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')
68. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1915)
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')
69. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1915)
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')
70. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1916)
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')
71. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1916)
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')
72. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1916)
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')
73. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1916)
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')
74. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1917)
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')
75. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1920)
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')
76. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1920)
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')
77. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1920)
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')
78. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1920)
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')
79. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1921)
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')
80. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1921)
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')
81. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1921)
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')
82. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1921)
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')
83. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1922)
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')
84. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1922)
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')
85. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1922)
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')
86. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1922)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1923)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1926)
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')
89. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1926)
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')
90. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1926)
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')
91. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1926)
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')
92. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1927)
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')
93. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1927)
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')
94. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1927)
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')
95. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1927)
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')
96. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1928)
options.put(CompilerOptions.OPTION_TargetPlatform, 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 1928)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_6);
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')
98. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1928)
options.put(CompilerOptions.OPTION_TargetPlatform, 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 1928)
options.put(CompilerOptions.OPTION_TargetPlatform, 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')
100. WARNING in /src/org/eclipse/jdt/core/tests/model/AbstractJavaModelTests.java
 (at line 1929)
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')

/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 13)
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 67)
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 67)
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 67)
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 67)
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 101)
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 101)
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 101)
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 101)
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 116)
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 116)
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 33)
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 34)
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 35)
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 370)
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 370)
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 379)
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 386)
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 389)
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 390)
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 391)
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 393)
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 399)
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 400)
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 401)
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 402)
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 404)
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 462)
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 462)
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 465)
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 471)
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 474)
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 475)
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 476)
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 481)
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 482)
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 483)
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 484)
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 497)
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 497)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 497)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 498)
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 502)
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 502)
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 512)
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 512)
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')
36. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 512)
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')
37. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 513)
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 517)
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 517)
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 525)
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')
41. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 525)
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 525)
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')
43. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 529)
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 529)
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 533)
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 533)
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 551)
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 551)
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 560)
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 561)
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 567)
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 570)
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 582)
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 582)
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')
55. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 582)
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')
56. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 583)
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 588)
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 598)
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')
59. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 598)
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')
60. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 598)
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')
61. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 601)
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 601)
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 601)
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 601)
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 601)
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 601)
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 602)
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 602)
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 602)
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 602)
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 602)
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 602)
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 603)
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 603)
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 603)
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 603)
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 603)
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 603)
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 604)
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 604)
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 604)
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 604)
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 604)
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 604)
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 608)
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 608)
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')
87. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 608)
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')
88. WARNING in /src/org/eclipse/jdt/core/tests/model/OptionTests.java
 (at line 609)
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 624)
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 624)
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 630)
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 631)
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 632)
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 673)
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 673)
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 674)
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 675)
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 679)
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 680)
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 697)
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 : 17 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 57)
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 58)
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 59)
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 98)
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 98)
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 99)
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 99)
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 491)
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 491)
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 493)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 493)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 495)
} 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')
13. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 495)
} 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')
14. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 497)
} 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')
15. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 497)
} 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')
16. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 499)
} 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')
17. WARNING in /src/org/eclipse/jdt/core/tests/dom/AbstractASTTests.java
 (at line 499)
} 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 26)
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 277)
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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchTests.java
 (at line 277)
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')

/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 14)
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 15)
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 16)
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 17)
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 18)
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 19)
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 20)
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 30)
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 31)
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 33)
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 36)
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 36)
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 37)
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 37)
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 38)
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 38)
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 39)
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 43)
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 45)
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 50)
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 51)
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 51)
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 55)
return NAME_INDEX.findFirst(this.nd, this.address, FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
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 56)
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 56)
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 56)
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 60)
return NICKNAME_INDEX.findFirst(this.nd, this.address, FieldSearchIndex.SearchCriteria.create(searchString.toCharArray()));
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 61)
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 61)
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 61)
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 65)
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 66)
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 67)
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 70)
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 73)
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 73)
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 73)
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 73)
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 75)
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 75)
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 76)
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 76)
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 77)
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 80)
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 81)
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 84)
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 85)
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 89)
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 89)
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 89)
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 93)
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 93)
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 93)
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 97)
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 106)
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 106)
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')
57. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 106)
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')
58. WARNING in /src/org/eclipse/jdt/core/tests/nd/SearchKeyTests.java
 (at line 107)
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 107)
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 109)
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 109)
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 159)
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 160)
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 22)
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 23)
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 1063)
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 1063)
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 1063)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/dom/ASTConverterBugsTestJLS8.java
 (at line 1063)
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')

/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 66)
"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 66)
"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 66)
"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 66)
"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 66)
"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 147)
"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 147)
"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 147)
"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 147)
"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 147)
"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 147)
"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 : 66 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 22)
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 23)
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 24)
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 25)
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 26)
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 27)
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 91)
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 91)
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 91)
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 92)
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 93)
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 791)
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 791)
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 791)
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 791)
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 791)
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 972)
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 972)
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 984)
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 984)
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 988)
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 998)
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 1005)
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 1005)
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 1062)
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 1062)
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 1062)
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 1338)
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 1338)
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 1338)
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 1339)
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 1340)
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 1340)
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 1432)
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 1432)
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 1526)
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 1526)
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 1526)
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 1544)
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 1544)
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 1544)
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 1552)
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 1552)
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 1552)
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 1564)
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 1564)
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')
47. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1564)
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/ClasspathInitializerTests.java
 (at line 1574)
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 1574)
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 1624)
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 1624)
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')
52. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1624)
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')
53. WARNING in /src/org/eclipse/jdt/core/tests/model/ClasspathInitializerTests.java
 (at line 1630)
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 1630)
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 1638)
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 1638)
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 1649)
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 1649)
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 1649)
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 1649)
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 1651)
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 1654)
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 1654)
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 1654)
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 1657)
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 1657)
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')

/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 29)
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 30)
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 49)
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 49)
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 403)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 403)
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')
7. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 407)
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/ModuleOptionsTests.java
 (at line 407)
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/ModuleOptionsTests.java
 (at line 408)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 408)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 483)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 483)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 487)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/model/ModuleOptionsTests.java
 (at line 487)
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')

/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 21)
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 22)
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 85)
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 85)
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 85)
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 88)
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 24)
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 25)
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 70)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java
 (at line 70)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java
 (at line 70)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchParticipantTests.java
 (at line 157)
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 157)
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 15)
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 1600)
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 1600)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java
 (at line 1600)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SignatureTests.java
 (at line 1643)
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 28)
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 2021)
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 2021)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2021)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2023)
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 2072)
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 2072)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2072)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/SortCompilationUnitElementsTests.java
 (at line 2074)
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 36)
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 37)
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 38)
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 163)
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 163)
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 163)
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 166)
indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { @Override public boolean execute(IProgressMonitor progress) { try { while (!this.isCancelled) Thread.sleep(1000); } catch (InterruptedException e) { /* ignore */ } return false; } });
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 166)
indexManager.request(new IndexRequest(new Path("blocker"), indexManager) { @Override public boolean execute(IProgressMonitor progress) { try { while (!this.isCancelled) Thread.sleep(1000); } catch (InterruptedException e) { /* ignore */ } return false; } });
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 166)
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')
10. WARNING in /src/org/eclipse/jdt/core/tests/model/ResolveTests9.java
 (at line 170)
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 209)
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 39)
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 46)
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 516)
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 549)
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 550)
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 553)
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 554)
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 555)
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 568)
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 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/rewrite/describing/ASTRewritingReferenceExpressionTest.java
 (at line 481)
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 481)
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 481)
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 481)
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 18)
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 19)
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 20)
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 21)
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 22)
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 44)
* 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 48)
* @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 50)
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 51)
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 51)
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')
11. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 51)
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')
12. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 52)
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')
13. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 52)
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')
14. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 52)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 52)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 55)
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 55)
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 56)
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')
19. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 56)
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')
20. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 56)
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')
21. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 56)
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')
22. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 59)
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 60)
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 60)
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')
25. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 60)
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')
26. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 61)
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 61)
Nd tempNd = new Nd(getTempDbName(testName), new ChunkCache(), registry, 0, 100, DatabaseTestUtil.CURRENT_VERSION);
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 61)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 61)
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')
30. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 61)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/nd/DatabaseTestUtil.java
 (at line 68)
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 69)
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 70)
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 71)
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 18)
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 19)
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 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')
4. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 21)
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 22)
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 40)
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 41)
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 42)
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 44)
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 55)
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 56)
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 57)
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 57)
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 59)
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')
15. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 59)
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')
16. WARNING in /src/org/eclipse/jdt/core/tests/nd/BTreeTests.java
 (at line 64)
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 114)
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 115)
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 158)
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 168)
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 189)
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 195)
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 197)
this.btree.accept(new IBTreeVisitor() { int k; @Override public int compare(long record) { return 0; } @Override public boolean visit(long record) { if (record != 0) { BTMockRecord btValue = new BTMockRecord(record, BTreeTests.this.db); if (i.hasNext()) { Integer exp = i.next(); assertEquals(msg + " Differ at index: " + this.k, btValue.intValue(), exp.intValue()); this.k++; } else { fail("Sizes different"); return false; } } return true; } });
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 197)
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 224)
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 224)
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 226)
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 231)
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 233)
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 233)
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 233)
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 234)
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 240)
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 246)
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 254)
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 259)
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 260)
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 260)
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 261)
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 261)
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 : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/ASTRewritingModuleDeclarationTest.java
 (at line 25)
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 46)
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 46)
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 164)
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 164)
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 199)
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 199)
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 254)
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 254)
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 279)
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 279)
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 304)
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 304)
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 69)
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 1140)
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 1140)
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 1140)
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 1140)
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 1193)
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 1193)
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 1193)
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 1193)
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 1244)
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 1244)
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 1244)
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 1244)
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 1296)
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 1296)
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 1296)
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 1296)
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 1347)
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 1347)
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 1347)
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 1347)
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 1398)
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 1398)
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 1398)
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 1398)
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 1490)
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 1490)
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 1490)
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 1490)
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 1543)
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 1543)
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 1543)
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 1543)
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 1595)
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 1595)
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 1595)
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 1595)
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 1698)
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 1698)
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 1698)
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 1698)
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 1752)
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 1752)
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 1752)
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 1752)
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 1978)
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 1978)
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 1978)
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 1978)
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 2118)
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 2118)
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 2118)
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 2118)
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 2183)
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 2183)
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 2183)
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 2183)
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 20)
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 862)
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 909)
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 929)
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 949)
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 971)
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 1018)
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 1038)
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 1058)
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 16)
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 17)
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 42)
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 42)
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 59)
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 59)
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 332)
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 332)
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 352)
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 352)
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 364)
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 364)
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 381)
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 381)
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 403)
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 403)
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 1068)
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 1068)
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 1090)
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 1090)
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 68)
int 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 68)
int 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 68)
int 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 68)
int 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 68)
int 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 68)
int 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 68)
int 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 105)
int 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 105)
int 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 105)
int 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 105)
int 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 105)
int 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 105)
int 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 105)
int 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 148)
int 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 148)
int 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 148)
int 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 148)
int 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 148)
int 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 148)
int 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 148)
int 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 185)
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 185)
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 185)
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 185)
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 185)
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 185)
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 186)
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 186)
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 186)
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 186)
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 186)
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 186)
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 186)
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 245)
int 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 245)
int 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 245)
int 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 245)
int 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 245)
int 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 245)
int 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 245)
int 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 284)
int 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 284)
int 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 284)
int 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 284)
int 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 284)
int 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 284)
int 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 284)
int 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 330)
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 330)
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 330)
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 330)
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 330)
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 330)
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 411)
int 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 411)
int 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 411)
int 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 411)
int 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 411)
int 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 411)
int 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 411)
int 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 452)
int 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 452)
int 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 452)
int 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 452)
int 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 452)
int 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 452)
int 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 452)
int 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 489)
int 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 489)
int 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 489)
int 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 489)
int 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 489)
int 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 489)
int 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 489)
int 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 526)
int 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 526)
int 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 526)
int 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 526)
int 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 526)
int 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 526)
int 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 526)
int 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 572)
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 572)
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 572)
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 572)
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 572)
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 572)
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 655)
int 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 655)
int 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 655)
int 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 655)
int 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 655)
int 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 655)
int 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 655)
int 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 694)
int 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 694)
int 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 694)
int 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 694)
int 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 694)
int 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 23)
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 136)
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 136)
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 141)
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 141)
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 144)
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 144)
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 150)
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 150)
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 161)
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 161)
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 173)
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 173)
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 177)
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 177)
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 188)
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 188)
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 22)
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 23)
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 208)
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 208)
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 1013)
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 1013)
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 1126)
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 1126)
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 35)
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 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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java
 (at line 37)
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 74)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java
 (at line 74)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/model/CompletionTests.java
 (at line 97)
"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 97)
"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 97)
"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 97)
"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 97)
"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 97)
"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 156)
"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 156)
"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 156)
"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 156)
"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 156)
"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 156)
"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 156)
"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 195)
"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 195)
"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 195)
"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 195)
"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 195)
"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 195)
"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 219)
"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 219)
"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 219)
"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 219)
"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 219)
"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 219)
"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 254)
"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 254)
"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 254)
"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 254)
"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 254)
"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 254)
"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 282)
"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 282)
"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 282)
"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 282)
"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 282)
"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 282)
"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 282)
"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 282)
"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 426)
"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 426)
"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 426)
"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 426)
"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 426)
"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 426)
"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 452)
"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 452)
"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 452)
"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 452)
"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 453)
"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 453)
"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 453)
"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 453)
"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 453)
"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 453)
"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 480)
"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 480)
"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 480)
"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 480)
"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 480)
"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 480)
"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 481)
"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 481)
"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 481)
"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 481)
"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 481)
"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 481)
"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 482)
"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 482)
"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 482)
"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 482)
"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 482)
"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 482)
"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 483)
"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 483)
"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 483)
"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 483)
"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 483)
"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 483)
"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 484)
"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 484)
"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 484)
"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 484)
"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 484)
"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 484)
"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 485)
"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 485)
"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 485)
"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 485)
"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 485)
"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 485)
"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 486)
"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 486)
"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 486)
"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 486)
"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 69)
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 323)
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 323)
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 324)
|| ((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 324)
|| ((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 325)
|| ((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 325)
|| ((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 326)
|| ((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 326)
|| ((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 546)
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 546)
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 547)
|| ((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 547)
|| ((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 548)
|| ((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 548)
|| ((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 549)
|| ((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 549)
|| ((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 17)
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 79)
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 79)
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 17)
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 128)
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 128)
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 128)
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 136)
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 136)
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 136)
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 17)
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 18)
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 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/JavadocMethodCompletionModelTest.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/JavadocMethodCompletionModelTest.java
 (at line 143)
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 143)
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 170)
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 170)
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 243)
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 243)
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 315)
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 315)
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 467)
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 467)
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 506)
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 506)
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 623)
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 623)
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 1133)
"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 1151)
"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 1169)
"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 1187)
"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 1273)
"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 1292)
"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 1311)
"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 1330)
"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 1386)
"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 1404)
"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 1405)
"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 1406)
"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 1425)
"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 1426)
"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 1445)
"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 1446)
"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 1466)
"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 1505)
"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 1513)
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 1513)
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 1525)
"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 1526)
"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 1532)
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 1532)
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 1545)
"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 1546)
"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 1551)
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 1551)
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 1565)
"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 1570)
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 1570)
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 1584)
"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 1590)
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 1590)
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 1609)
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 1609)
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 1627)
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 1627)
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 1644)
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 1644)
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 1661)
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 1661)
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 1676)
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 1676)
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 1693)
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 1693)
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 1710)
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 1710)
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 1726)
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 1726)
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 1753)
"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 1754)
"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 1759)
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 1759)
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 1771)
"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 1772)
"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 1778)
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 1778)
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 1795)
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 1795)
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 1810)
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 1810)
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 1825)
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 1825)
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 1837)
"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 1838)
"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 1844)
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 1844)
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 1859)
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 1859)
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 1874)
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 1874)
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 1886)
"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 1887)
"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 1893)
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 1893)
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 1905)
"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 1906)
"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 1912)
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 1912)
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 1924)
"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 1925)
"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 42)
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 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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests2.java
 (at line 1635)
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 1635)
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 2757)
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 2757)
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 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/SnippetCompletionTests_1_5.java
 (at line 20)
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 63)
"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 63)
"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 63)
"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 63)
"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 63)
"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 63)
"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 64)
"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 64)
"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 64)
"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 64)
"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 64)
"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 64)
"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 65)
"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 65)
"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 65)
"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 65)
"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 65)
"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 65)
"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 83)
"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 83)
"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 83)
"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 83)
"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 83)
"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 83)
"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 84)
"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 84)
"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 84)
"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 84)
"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 84)
"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 84)
"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 85)
"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 85)
"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 85)
"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 85)
"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 85)
"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 85)
"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 18)
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 79)
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 79)
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 298)
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 298)
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 335)
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 335)
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 373)
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 373)
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 411)
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 411)
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 452)
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 452)
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 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/dom/ASTConverter9Test.java
 (at line 17)
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 18)
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 19)
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 70)
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 70)
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 71)
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 71)
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 290)
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 291)
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 291)
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 292)
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 370)
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 371)
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 371)
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 372)
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 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/formatter/FormatterCommentsBugsTest.java
 (at line 25)
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 129)
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 130)
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 130)
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 130)
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 148)
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 149)
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 149)
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 149)
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 167)
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 168)
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 168)
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 168)
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 186)
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 187)
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 187)
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 187)
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 205)
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 206)
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 206)
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 206)
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 226)
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 227)
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 227)
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 227)
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 247)
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 248)
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 248)
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 248)
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 266)
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 267)
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 267)
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 267)
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 285)
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 286)
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 286)
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 286)
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 304)
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 305)
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 305)
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 305)
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 323)
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 324)
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 324)
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 324)
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 344)
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 345)
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 345)
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 345)
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 365)
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 366)
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 366)
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 366)
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 384)
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 385)
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 385)
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 385)
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 403)
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 404)
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 404)
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 404)
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 422)
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 423)
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 423)
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 423)
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 441)
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 442)
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 442)
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 442)
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 462)
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 463)
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 463)
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 463)
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 742)
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 756)
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 767)
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 771)
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 777)
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 783)
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 789)
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 799)
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 803)
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 807)
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 811)
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 815)
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 819)
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 823)
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 827)
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 831)
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 835)
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 845)
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 856)
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 860)
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 1485)
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 1486)
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 1487)
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 1491)
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 1492)
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 1492)
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 20)
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 53)
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 54)
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 55)
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 55)
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')
6. WARNING in /src/org/eclipse/jdt/core/tests/formatter/FormatterJavadocDontIndentTagsDescriptionTests.java
 (at line 55)
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')

/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 18)
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 56)
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 56)
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')
4. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 56)
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')
5. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 58)
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 107)
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 107)
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')
8. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 107)
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')
9. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 109)
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 60)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 60)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 60)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 60)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 60)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 83)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 83)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 83)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 83)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 83)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 104)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 104)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 104)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 104)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 104)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 125)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 125)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 125)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 125)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 125)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 146)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 146)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 146)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 146)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 146)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 167)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 167)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 167)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 167)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 167)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 188)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 188)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_RESOLVED' is not API (restriction on classpath entry '/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 188)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_INTERESTING' is not API (restriction on classpath entry '/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 188)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_CASE' is not API (restriction on classpath entry '/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 188)
"var[KEYWORD]{var, null, null, var, null, " + (R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED) + "}",
Discouraged access: The field 'RelevanceConstants.R_NON_RESTRICTED' is not API (restriction on classpath entry '/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 263)
"a_method[METHOD_REF]{a_method(), Ltest0001.Test$Dummy;, ()V, a_method, null, " + (R_DEFAULT + 30) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 278)
"i_jk[LOCAL_VARIABLE_REF]{i_jk, null, I, i_jk, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 294)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, Ljava.lang.String;, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 308)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 322)
"i_jkl[LOCAL_VARIABLE_REF]{i_jkl, null, I, i_jkl, null, " + (R_DEFAULT + 22) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 338)
"finalize[METHOD_REF]{finalize(), Ljava.lang.Object;, ()V, finalize, null, " + (R_DEFAULT + 30) + "}",
Discouraged access: The field 'RelevanceConstants.R_DEFAULT' is not API (restriction on classpath entry '/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 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/CompletionWithMissingTypesTests2.java
 (at line 25)
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 164)
int 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 164)
int 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 164)
int 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 164)
int 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 164)
int 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 164)
int 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 164)
int 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 258)
int 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 258)
int 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 258)
int 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 258)
int 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 258)
int 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 258)
int 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 258)
int 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 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')
2. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.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')
3. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.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')
4. WARNING in /src/org/eclipse/jdt/core/tests/model/JavadocTypeCompletionModelTest.java
 (at line 147)
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 147)
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 171)
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 171)
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 250)
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 250)
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 283)
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 283)
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 402)
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 402)
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 448)
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 448)
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 824)
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 824)
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 839)
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 839)
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 856)
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 856)
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 873)
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 873)
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 890)
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 890)
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 907)
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 907)
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 924)
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 924)
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 941)
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 941)
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 955)
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 955)
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 969)
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 969)
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 986)
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 986)
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 1003)
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 1003)
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 1036)
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 26)
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 27)
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 28)
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 29)
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 30)
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 31)
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 147)
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 147)
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 175)
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 175)
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 202)
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 229)
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 229)
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 229)
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 230)
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 234)
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 235)
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 241)
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 241)
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 241)
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 306)
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 306)
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 307)
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 307)
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 308)
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 308)
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 1014)
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')
28. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1014)
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')
29. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1014)
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 1028)
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')
31. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1028)
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')
32. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1028)
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 1042)
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')
34. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1042)
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')
35. WARNING in /src/org/eclipse/jdt/core/tests/model/SearchTests.java
 (at line 1042)
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')