Compiler log for org.eclipse.jdt.core.tests.model_3.8.2.v20130606-0135 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 2893

errors others warnings forbidden warnings discouraged warnings

ERRORS

top others warnings forbidden warnings discouraged warnings

OTHER WARNINGS

top errors forbidden warnings discouraged warnings

FORBIDDEN ACCESS WARNINGS

top errors others warnings discouraged warnings

DISCOURAGED ACCESS WARNINGS

top errors others warnings forbidden warnings

/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 getJavaModelManager() from the type JavaModelManager is not accessible due to 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 containers from the type JavaModelManager is not accessible due to 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 variables from the type JavaModelManager is not accessible due to 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 accessible due to 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 accessible due to 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 getIndexManager() from the type JavaModelManager is not accessible due to 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 indexLibrary(IPath, IProject, URL) from the type IndexManager is not accessible due to 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 accessible due to 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 accessible due to 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 createIndexLocation(URL) from the type IndexLocation is not accessible due to 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 getIndexFile() from the type IndexLocation is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 52)
DefaultCodeFormatter codeFormatter() {
Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 53)
this.formatterPrefs.comment_indent_parameter_description = false; // Eclipse default is true
Discouraged access: The field comment_indent_parameter_description from the type DefaultCodeFormatterOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The constructor DefaultCodeFormatter(DefaultCodeFormatterOptions) is not accessible due to 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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 getContents() from the type ICompilationUnit is not accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 getContents() from the type CompilationUnit is not accessible due to 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 accessible due to 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 accessible due to 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 getContents() from the type CompilationUnit is not accessible due to 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 accessible due to 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 getNameWithoutJavaLikeExtension(String) from the type Util is not accessible due to 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 accessible due to 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 accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 getIndexManager() from the type JavaModelManager is not accessible due to 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 awaitingJobsCount() from the type JobManager is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 R_RESOLVED from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 R_INTERESTING from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 R_DEFAULT from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 R_CASE from the type RelevanceConstants is not accessible due to 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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 getType() from the type TypeHierarchy is not accessible due to 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 getType() from the type TypeHierarchy is not accessible due to 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 getAllTypes() from the type TypeHierarchy is not accessible due to 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 getAllTypes() from the type TypeHierarchy is not accessible due to 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 getAllClasses() from the type TypeHierarchy is not accessible due to 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 getAllClasses() from the type TypeHierarchy is not accessible due to 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 getAllInterfaces() from the type TypeHierarchy is not accessible due to 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 getAllInterfaces() from the type TypeHierarchy is not accessible due to 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 getRootClasses() from the type TypeHierarchy is not accessible due to 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 getRootClasses() from the type TypeHierarchy is not accessible due to 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 getRootInterfaces() from the type TypeHierarchy is not accessible due to 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 getRootInterfaces() from the type TypeHierarchy is not accessible due to 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 missingTypes from the type TypeHierarchy is not accessible due to 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 missingTypes from the type TypeHierarchy is not accessible due to 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 getCachedFlags(IType) from the type TypeHierarchy is not accessible due to 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 getCachedFlags(IType) from the type TypeHierarchy is not accessible due to 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 getSuperclass(IType) from the type TypeHierarchy is not accessible due to 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 getSuperclass(IType) from the type TypeHierarchy is not accessible due to 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 getSuperInterfaces(IType) from the type TypeHierarchy is not accessible due to 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 getSuperInterfaces(IType) from the type TypeHierarchy is not accessible due to 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 getSupertypes(IType) from the type TypeHierarchy is not accessible due to 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 getSupertypes(IType) from the type TypeHierarchy is not accessible due to 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 getSubclasses(IType) from the type TypeHierarchy is not accessible due to 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 getSubclasses(IType) from the type TypeHierarchy is not accessible due to 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 getSubtypes(IType) from the type TypeHierarchy is not accessible due to 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 getSubtypes(IType) from the type TypeHierarchy is not accessible due to 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 getExtendingInterfaces(IType) from the type TypeHierarchy is not accessible due to 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 getExtendingInterfaces(IType) from the type TypeHierarchy is not accessible due to 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 getImplementingClasses(IType) from the type TypeHierarchy is not accessible due to 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 getImplementingClasses(IType) from the type TypeHierarchy is not accessible due to 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 32)
import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration;
Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 33)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 34)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 35)
import org.eclipse.jdt.internal.compiler.parser.Scanner;
Discouraged access: The type Scanner is not accessible due to 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 36)
import org.eclipse.jdt.internal.compiler.util.Util;
Discouraged access: The type Util is not accessible due to 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 37)
import org.eclipse.jdt.internal.core.JarPackageFragmentRoot;
Discouraged access: The type JarPackageFragmentRoot is not accessible due to 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 38)
import org.eclipse.jdt.internal.core.util.CodeSnippetParsingUtil;
Discouraged access: The type CodeSnippetParsingUtil is not accessible due to 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 39)
import org.eclipse.jdt.internal.core.util.SimpleDocument;
Discouraged access: The type SimpleDocument is not accessible due to 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 40)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter;
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 92)
DefaultCodeFormatter codeFormatter = codeFormatter();
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 124)
DefaultCodeFormatter codeFormatter = codeFormatter();
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 125)
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 accessible due to 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 125)
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 accessible due to 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 125)
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 accessible due to 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 125)
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 accessible due to 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 125)
Scanner scanner = new Scanner(true, true, false/*nls*/, ClassFileConstants.JDK1_4/*sourceLevel*/, null/*taskTags*/, null/*taskPriorities*/, true/*taskCaseSensitive*/);
Discouraged access: The field JDK1_4 from the type ClassFileConstants is not accessible due to 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 126)
CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil();
Discouraged access: The type CodeSnippetParsingUtil is not accessible due to 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 126)
CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil();
Discouraged access: The constructor CodeSnippetParsingUtil() is not accessible due to 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 126)
CodeSnippetParsingUtil codeSnippetParsingUtil = new CodeSnippetParsingUtil();
Discouraged access: The type CodeSnippetParsingUtil is not accessible due to 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 127)
CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true);
Discouraged access: The type CompilationUnitDeclaration is not accessible due to 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 127)
CompilationUnitDeclaration compilationUnitDeclaration = codeSnippetParsingUtil.parseCompilationUnit(source.toCharArray(), getDefaultCompilerOptions(), true);
Discouraged access: The method parseCompilationUnit(char[], Map, boolean) from the type CodeSnippetParsingUtil is not accessible due to 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 128)
scanner.setSource(source.toCharArray());
Discouraged access: The method setSource(char[]) from the type Scanner is not accessible due to 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 129)
scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds;
Discouraged access: The field lineEnds from the type Scanner is not accessible due to 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 129)
scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds;
Discouraged access: The field recordedParsingInformation from the type CodeSnippetParsingUtil is not accessible due to 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 129)
scanner.lineEnds = codeSnippetParsingUtil.recordedParsingInformation.lineEnds;
Discouraged access: The field lineEnds from the type RecordedParsingInformation is not accessible due to 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 130)
int[][] commentsPositions = compilationUnitDeclaration.comments;
Discouraged access: The field comments from the type CompilationUnitDeclaration is not accessible due to 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 138)
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 accessible due to 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 138)
formattedComments[i] = runFormatter(codeFormatter, source.substring(commentStart, commentEnd), CodeFormatter.K_JAVA_DOC, indentationLevel, 0, commentEnd - commentStart, Util.LINE_SEPARATOR, true);
Discouraged access: The field LINE_SEPARATOR from the type Util is not accessible due to 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 140)
SimpleDocument document = new SimpleDocument(source);
Discouraged access: The type SimpleDocument is not accessible due to 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 140)
SimpleDocument document = new SimpleDocument(source);
Discouraged access: The constructor SimpleDocument(String) is not accessible due to 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 140)
SimpleDocument document = new SimpleDocument(source);
Discouraged access: The type SimpleDocument is not accessible due to 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 145)
document.replace(commentStart, commentEnd - commentStart, formattedComments[i]);
Discouraged access: The method replace(int, int, String) from the type SimpleDocument is not accessible due to 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 147)
String newSource = document.get();
Discouraged access: The method get() from the type SimpleDocument is not accessible due to 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 152)
private int getIndentationLevel(Scanner scanner, int position) {
Discouraged access: The type Scanner is not accessible due to 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 161)
int lineNumber = scanner.getLineNumber(position);
Discouraged access: The method getLineNumber(int) from the type Scanner is not accessible due to 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 162)
int lineStart = scanner.getLineStart(lineNumber);
Discouraged access: The method getLineStart(int) from the type Scanner is not accessible due to 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 163)
scanner.resetTo(lineStart, position-1);
Discouraged access: The method resetTo(int, int) from the type Scanner is not accessible due to 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 164)
while (!scanner.atEnd()) {
Discouraged access: The method atEnd() from the type Scanner is not accessible due to 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 165)
int ch = scanner.getNextChar();
Discouraged access: The method getNextChar() from the type Scanner is not accessible due to 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 192)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 192)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LocalVariableAttribute from the type CompilerOptions is not accessible due to 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 192)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 192)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 193)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 193)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LineNumberAttribute from the type CompilerOptions is not accessible due to 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 193)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 193)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 194)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 194)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_SourceFileAttribute from the type CompilerOptions is not accessible due to 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 194)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 194)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 195)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to 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 195)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to 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 195)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to 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 195)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to 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 196)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 196)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to 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 196)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 196)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 197)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 197)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportMethodWithConstructorName from the type CompilerOptions is not accessible due to 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 197)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 197)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 198)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 198)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportOverridingPackageDefaultMethod from the type CompilerOptions is not accessible due to 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 198)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 198)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 199)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 199)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportOverridingMethodWithoutSuperInvocation from the type CompilerOptions is not accessible due to 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 199)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 199)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 200)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 200)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to 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 200)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 200)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 201)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 201)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to 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 201)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 201)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 202)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 202)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportDeprecationWhenOverridingDeprecatedMethod from the type CompilerOptions is not accessible due to 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 202)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 202)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 203)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 203)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportHiddenCatchBlock from the type CompilerOptions is not accessible due to 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 203)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 203)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 204)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 204)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to 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 204)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 204)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 205)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 205)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to 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 205)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 205)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 206)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 206)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to 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 206)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 206)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 207)
optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 67)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 104)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 147)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 184)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 185)
int relevance2 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 244)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 283)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 329)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 410)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 451)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 488)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 525)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 571)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 654)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 693)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 693)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 693)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 693)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 693)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 : 12 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaElementDeltaTests.java
 (at line 2712)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The type DeltaProcessingState is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 2712)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 2712)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 2712)
DeltaProcessingState deltaState = JavaModelManager.getJavaModelManager().deltaState;
Discouraged access: The field deltaState from the type JavaModelManager is not accessible due to 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 2713)
deltaState.oldRoots = null;
Discouraged access: The field oldRoots from the type DeltaProcessingState is not accessible due to 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 2714)
deltaState.roots = null;
Discouraged access: The field roots from the type DeltaProcessingState is not accessible due to 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 2715)
deltaState.rootsAreStale = true;
Discouraged access: The field rootsAreStale from the type DeltaProcessingState is not accessible due to 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 2915)
JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin");
Discouraged access: The type JavaProject is not accessible due to 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 2915)
JavaProject p1 = (JavaProject)createJavaProject("P1", new String[] {""}, "bin");
Discouraged access: The type JavaProject is not accessible due to 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 2918)
p1.getProject().close(null);
Discouraged access: The method getProject() from the type JavaProject is not accessible due to 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 2919)
p1.getProject().open(null);
Discouraged access: The method getProject() from the type JavaProject is not accessible due to 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 2928)
p1.setRawClasspath(classpath, null);
Discouraged access: The method setRawClasspath(IClasspathEntry[], IProgressMonitor) from the type JavaProject is not accessible due to 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 31)
import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 32)
import org.eclipse.jdt.internal.core.ClasspathEntry;
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 33)
import org.eclipse.jdt.internal.core.JavaCorePreferenceInitializer;
Discouraged access: The type JavaCorePreferenceInitializer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 34)
import org.eclipse.jdt.internal.core.JavaElement;
Discouraged access: The type JavaElement is not accessible due to 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 35)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to 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 36)
import org.eclipse.jdt.internal.core.JavaProject;
Discouraged access: The type JavaProject is not accessible due to 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 37)
import org.eclipse.jdt.internal.core.NameLookup;
Discouraged access: The type NameLookup is not accessible due to 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 38)
import org.eclipse.jdt.internal.core.ResolvedSourceMethod;
Discouraged access: The type ResolvedSourceMethod is not accessible due to 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 39)
import org.eclipse.jdt.internal.core.ResolvedSourceType;
Discouraged access: The type ResolvedSourceType is not accessible due to 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 40)
import org.eclipse.jdt.internal.core.search.BasicSearchEngine;
Discouraged access: The type BasicSearchEngine is not accessible due to 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 41)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type Util is not accessible due to 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 194)
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 accessible due to 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 194)
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 accessible due to 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 194)
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 accessible due to 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 194)
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 accessible due to 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 207)
org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer);
Discouraged access: The method sort(Object[], Util.Comparer) from the type Util is not accessible due to 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 207)
org.eclipse.jdt.internal.core.util.Util.sort(elementDeltas, comparer);
Discouraged access: The type Util is not accessible due to 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 506)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method getAccessRules(IPath[], IPath[]) from the type ClasspathEntry is not accessible due to 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 506)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The type ClasspathEntry is not accessible due to 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 628)
String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/);
Discouraged access: The method toStringWithAncestors(boolean) from the type JavaElement is not accessible due to 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 628)
String actual = element == null ? "<null>" : ((JavaElement) element).toStringWithAncestors(false/*don't show key*/);
Discouraged access: The type JavaElement is not accessible due to 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 638)
fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist");
Discouraged access: The method toStringWithAncestors(boolean) from the type JavaElement is not accessible due to 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 638)
fail(((JavaElement) element).toStringWithAncestors(false/*don't show key*/) + " doesn't exist");
Discouraged access: The type JavaElement is not accessible due to 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 648)
JavaElement element = (JavaElement)elements[i];
Discouraged access: The type JavaElement is not accessible due to 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 648)
JavaElement element = (JavaElement)elements[i];
Discouraged access: The type JavaElement is not accessible due to 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 652)
buffer.append(element.toStringWithAncestors(showResolvedInfo));
Discouraged access: The method toStringWithAncestors(boolean) from the type JavaElement is not accessible due to 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 694)
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 accessible due to 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 694)
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 accessible due to 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 694)
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 accessible due to 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 694)
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 accessible due to 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 701)
org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer);
Discouraged access: The method sort(Object[], Util.Comparer) from the type Util is not accessible due to 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 701)
org.eclipse.jdt.internal.core.util.Util.sort(markers, comparer);
Discouraged access: The type Util is not accessible due to 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 1072)
Util.sort(strings);
Discouraged access: The method sort(String[]) from the type Util is not accessible due to 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 1072)
Util.sort(strings);
Discouraged access: The type Util is not accessible due to 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 1582)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES,
Discouraged access: The type ClasspathEntry is not accessible due to 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 1582)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles), // ClasspathEntry.NO_ACCESS_RULES,
Discouraged access: The method getAccessRules(IPath[], IPath[]) from the type ClasspathEntry is not accessible due to 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 1583)
ClasspathEntry.NO_EXTRA_ATTRIBUTES,
Discouraged access: The type ClasspathEntry is not accessible due to 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 1583)
ClasspathEntry.NO_EXTRA_ATTRIBUTES,
Discouraged access: The field NO_EXTRA_ATTRIBUTES from the type ClasspathEntry is not accessible due to 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 1588)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method getAccessRules(IPath[], IPath[]) from the type ClasspathEntry is not accessible due to 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 1588)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The type ClasspathEntry is not accessible due to 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 1601)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method getAccessRules(IPath[], IPath[]) from the type ClasspathEntry is not accessible due to 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 1601)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The type ClasspathEntry is not accessible due to 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 1639)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The type ClasspathEntry is not accessible due to 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 1639)
ClasspathEntry.getAccessRules(accessibleFiles, nonAccessibleFiles),
Discouraged access: The method getAccessRules(IPath[], IPath[]) from the type ClasspathEntry is not accessible due to 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 1655)
JavaProject javaProject = (JavaProject) JavaCore.create(project);
Discouraged access: The type JavaProject is not accessible due to 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 1655)
JavaProject javaProject = (JavaProject) JavaCore.create(project);
Discouraged access: The type JavaProject is not accessible due to 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 1657)
javaProject.writeFileEntries(entries, projectPath.append(outputPath));
Discouraged access: The method writeFileEntries(IClasspathEntry[], IPath) from the type JavaProject is not accessible due to 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 1659)
javaProject.setRawClasspath(entries, projectPath.append(outputPath), monitor);
Discouraged access: The method setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) from the type JavaProject is not accessible due to 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 1664)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1664)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to 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 1664)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1664)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 1665)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1665)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to 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 1665)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1665)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 1666)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1666)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to 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 1666)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1666)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 1667)
javaProject.setOptions(options);
Discouraged access: The method setOptions(Map) from the type JavaProject is not accessible due to 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 1670)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1670)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_7);
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to 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 1670)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1670)
options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_1_7);
Discouraged access: The field VERSION_1_7 from the type CompilerOptions is not accessible due to 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 1671)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1671)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_7);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to 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 1671)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1671)
options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_1_7);
Discouraged access: The field VERSION_1_7 from the type CompilerOptions is not accessible due to 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 1672)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1672)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_7);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to 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 1672)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_7);
Discouraged access: The type CompilerOptions is not accessible due to 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 1672)
options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_1_7);
Discouraged access: The field VERSION_1_7 from the type CompilerOptions is not accessible due to 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 1673)
javaProject.setOptions(options);
Discouraged access: The method setOptions(Map) from the type JavaProject is not accessible due to 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 2504)
protected ResolvedSourceMethod selectParameterizedMethod(ICompilationUnit unit, String selection) throws JavaModelException {
Discouraged access: The type ResolvedSourceMethod is not accessible due to 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 2516)
protected ResolvedSourceMethod selectParameterizedMethod(ICompilationUnit unit, String selection, int occurences) throws JavaModelException {
Discouraged access: The type ResolvedSourceMethod is not accessible due to 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 2518)
assertTrue("Not a parameterized source type: "+type.getElementName(), type instanceof ResolvedSourceMethod);
Discouraged access: The type ResolvedSourceMethod is not accessible due to 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 2519)
return (ResolvedSourceMethod) type;
Discouraged access: The type ResolvedSourceMethod is not accessible due to 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 2529)
protected ResolvedSourceType selectParameterizedType(ICompilationUnit unit, String selection) throws JavaModelException {
Discouraged access: The type ResolvedSourceType is not accessible due to 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 2541)
protected ResolvedSourceType selectParameterizedType(ICompilationUnit unit, String selection, int occurences) throws JavaModelException {
Discouraged access: The type ResolvedSourceType is not accessible due to 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 2543)
assertTrue("Not a parameterized source type: "+type.getElementName(), type instanceof ResolvedSourceType);
Discouraged access: The type ResolvedSourceType is not accessible due to 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 2544)
return (ResolvedSourceType) type;
Discouraged access: The type ResolvedSourceType is not accessible due to 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 2700)
if (version.equals(javaProject.getOption(CompilerOptions.OPTION_Compliance, false))) {
Discouraged access: The type CompilerOptions is not accessible due to 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 2700)
if (version.equals(javaProject.getOption(CompilerOptions.OPTION_Compliance, false))) {
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to 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 2721)
options.put(CompilerOptions.OPTION_Compliance, version);
Discouraged access: The type CompilerOptions is not accessible due to 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 2721)
options.put(CompilerOptions.OPTION_Compliance, version);
Discouraged access: The field OPTION_Compliance from the type CompilerOptions is not accessible due to 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 2722)
options.put(CompilerOptions.OPTION_Source, version);
Discouraged access: The type CompilerOptions is not accessible due to 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 2722)
options.put(CompilerOptions.OPTION_Source, version);
Discouraged access: The field OPTION_Source from the type CompilerOptions is not accessible due to 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 2723)
options.put(CompilerOptions.OPTION_TargetPlatform, version);
Discouraged access: The type CompilerOptions is not accessible due to 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 2723)
options.put(CompilerOptions.OPTION_TargetPlatform, version);
Discouraged access: The field OPTION_TargetPlatform from the type CompilerOptions is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The type NameLookup is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The field VERBOSE from the type NameLookup is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The type BasicSearchEngine is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The field VERBOSE from the type BasicSearchEngine is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The type JavaModelManager is not accessible due to 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 2784)
if (NameLookup.VERBOSE || BasicSearchEngine.VERBOSE || JavaModelManager.VERBOSE) {
Discouraged access: The field VERBOSE from the type JavaModelManager is not accessible due to 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 2790)
Util.Comparer comparer = new Util.Comparer() {
Discouraged access: The type Util is not accessible due to 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 2790)
Util.Comparer comparer = new Util.Comparer() {
Discouraged access: The type Util.Comparer is not accessible due to 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 2790)
Util.Comparer comparer = new Util.Comparer() {
Discouraged access: The type Util is not accessible due to 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 2790)
Util.Comparer comparer = new Util.Comparer() {
Discouraged access: The type Util.Comparer is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 207)
new String(Util.getResourceContentsAsCharArray(file)));
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 207)
new String(Util.getResourceContentsAsCharArray(file)));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 1012)
assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString());
Discouraged access: The type ExternalJavaProject is not accessible due to 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 1012)
assertEquals("Unexpected path", "/" + ExternalJavaProject.EXTERNAL_PROJECT_NAME + "/X.java", this.workingCopy.getPath().toString());
Discouraged access: The field EXTERNAL_PROJECT_NAME from the type ExternalJavaProject is not accessible due to 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 1125)
assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists());
Discouraged access: The type ExternalJavaProject is not accessible due to 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 1125)
assertFalse("Java project named \" \" should not exist", getJavaProject(ExternalJavaProject.EXTERNAL_PROJECT_NAME).exists());
Discouraged access: The field EXTERNAL_PROJECT_NAME from the type ExternalJavaProject is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 145)
if (fragmentRoots[i] instanceof JarPackageFragmentRoot) continue;
Discouraged access: The type JarPackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 165)
if (!(root instanceof JarPackageFragmentRoot)) {
Discouraged access: The type JarPackageFragmentRoot is not accessible due to 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 24)
import org.eclipse.jdt.internal.core.dom.rewrite.LineCommentEndOffsets;
Discouraged access: The type LineCommentEndOffsets is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 56)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The type LineCommentEndOffsets is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 56)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The constructor LineCommentEndOffsets(List) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 56)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(null);
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 57)
boolean res= offsets.isEndOfLineComment(0);
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 59)
res= offsets.remove(0);
Discouraged access: The method remove(int) from the type LineCommentEndOffsets is not accessible due to 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 77)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 77)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor LineCommentEndOffsets(List) is not accessible due to 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 77)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 84)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 85)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 86)
assertTrue(offsets.isEndOfLineComment(p2));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 87)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 88)
assertTrue(offsets.isEndOfLineComment(p4));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 90)
boolean res= offsets.remove(p2);
Discouraged access: The method remove(int) from the type LineCommentEndOffsets is not accessible due to 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 93)
res= offsets.remove(p2);
Discouraged access: The method remove(int) from the type LineCommentEndOffsets is not accessible due to 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 96)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 97)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 98)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 99)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 100)
assertTrue(offsets.isEndOfLineComment(p4));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 102)
res= offsets.remove(p4);
Discouraged access: The method remove(int) from the type LineCommentEndOffsets is not accessible due to 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 105)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 106)
assertTrue(offsets.isEndOfLineComment(p1));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 107)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 108)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 109)
assertFalse(offsets.isEndOfLineComment(p4));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 111)
res= offsets.remove(p1);
Discouraged access: The method remove(int) from the type LineCommentEndOffsets is not accessible due to 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 114)
assertFalse(offsets.isEndOfLineComment(0));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 115)
assertFalse(offsets.isEndOfLineComment(p1));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 116)
assertFalse(offsets.isEndOfLineComment(p2));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 117)
assertTrue(offsets.isEndOfLineComment(p3));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 118)
assertFalse(offsets.isEndOfLineComment(p4));
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 146)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 146)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor LineCommentEndOffsets(List) is not accessible due to 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 146)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 161)
boolean actual= offsets.isEndOfLineComment(i, charContent);
Discouraged access: The method isEndOfLineComment(int, char[]) from the type LineCommentEndOffsets is not accessible due to 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 164)
actual= offsets.isEndOfLineComment(i);
Discouraged access: The method isEndOfLineComment(int) from the type LineCommentEndOffsets is not accessible due to 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 197)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 197)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The constructor LineCommentEndOffsets(List) is not accessible due to 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 197)
LineCommentEndOffsets offsets= new LineCommentEndOffsets(astRoot.getCommentList());
Discouraged access: The type LineCommentEndOffsets is not accessible due to 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 212)
boolean actual= offsets.isEndOfLineComment(i, charContent);
Discouraged access: The method isEndOfLineComment(int, char[]) from the type LineCommentEndOffsets is not accessible due to 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 : 91 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaSearchBugsTests.java
 (at line 71)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 72)
import org.eclipse.jdt.internal.core.ClassFile;
Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 73)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 74)
import org.eclipse.jdt.internal.core.SourceMethod;
Discouraged access: The type SourceMethod is not accessible due to 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 75)
import org.eclipse.jdt.internal.core.index.DiskIndex;
Discouraged access: The type DiskIndex is not accessible due to 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 76)
import org.eclipse.jdt.internal.core.index.Index;
Discouraged access: The type Index is not accessible due to 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 77)
import org.eclipse.jdt.internal.core.search.AbstractSearchScope;
Discouraged access: The type AbstractSearchScope is not accessible due to 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 78)
import org.eclipse.jdt.internal.core.search.BasicSearchEngine;
Discouraged access: The type BasicSearchEngine is not accessible due to 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 79)
import org.eclipse.jdt.internal.core.search.indexing.IIndexConstants;
Discouraged access: The type IIndexConstants is not accessible due to 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 80)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type IndexManager is not accessible due to 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 81)
import org.eclipse.jdt.internal.core.search.indexing.IndexRequest;
Discouraged access: The type IndexRequest is not accessible due to 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 82)
import org.eclipse.jdt.internal.core.search.matching.AndPattern;
Discouraged access: The type AndPattern is not accessible due to 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 83)
import org.eclipse.jdt.internal.core.search.matching.MatchLocator;
Discouraged access: The type MatchLocator is not accessible due to 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 84)
import org.eclipse.jdt.internal.core.search.matching.PatternLocator;
Discouraged access: The type PatternLocator is not accessible due to 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 85)
import org.eclipse.jdt.internal.core.search.matching.TypeDeclarationPattern;
Discouraged access: The type TypeDeclarationPattern is not accessible due to 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 1315)
TypeDeclarationPattern pattern = new TypeDeclarationPattern(
Discouraged access: The type TypeDeclarationPattern is not accessible due to 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 1315)
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 accessible due to 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 1315)
TypeDeclarationPattern pattern = new TypeDeclarationPattern(
Discouraged access: The type TypeDeclarationPattern is not accessible due to 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 1319)
IIndexConstants.INTERFACE_SUFFIX,
Discouraged access: The type IIndexConstants is not accessible due to 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 1319)
IIndexConstants.INTERFACE_SUFFIX,
Discouraged access: The field INTERFACE_SUFFIX from the type IIndexConstants is not accessible due to 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 1329)
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 accessible due to 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 1329)
pattern = new TypeDeclarationPattern(
Discouraged access: The type TypeDeclarationPattern is not accessible due to 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 1333)
IIndexConstants.CLASS_SUFFIX,
Discouraged access: The type IIndexConstants is not accessible due to 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 1333)
IIndexConstants.CLASS_SUFFIX,
Discouraged access: The field CLASS_SUFFIX from the type IIndexConstants is not accessible due to 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 2870)
MatchLocator.setFocus(pattern, importDeclaration);
Discouraged access: The type MatchLocator is not accessible due to 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 2870)
MatchLocator.setFocus(pattern, importDeclaration);
Discouraged access: The method setFocus(SearchPattern, IJavaElement) from the type MatchLocator is not accessible due to 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 2898)
MatchLocator.setFocus(pattern, packageDeclaration);
Discouraged access: The type MatchLocator is not accessible due to 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 2898)
MatchLocator.setFocus(pattern, packageDeclaration);
Discouraged access: The method setFocus(SearchPattern, IJavaElement) from the type MatchLocator is not accessible due to 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 3725)
IIndexConstants.ONE_STAR,
Discouraged access: The type IIndexConstants is not accessible due to 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 3725)
IIndexConstants.ONE_STAR,
Discouraged access: The field ONE_STAR from the type IIndexConstants is not accessible due to 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 3780)
IIndexConstants.ONE_STAR,
Discouraged access: The type IIndexConstants is not accessible due to 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 3780)
IIndexConstants.ONE_STAR,
Discouraged access: The field ONE_STAR from the type IIndexConstants is not accessible due to 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 3868)
IIndexConstants.ONE_STAR,
Discouraged access: The type IIndexConstants is not accessible due to 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 3868)
IIndexConstants.ONE_STAR,
Discouraged access: The field ONE_STAR from the type IIndexConstants is not accessible due to 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 4106)
assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount);
Discouraged access: The type SourceMethod is not accessible due to 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 4106)
assertEquals("Invalid foo method occurence count (m="+(m+1)+")", i+1, ((SourceMethod) methods[i]).occurrenceCount);
Discouraged access: The field occurrenceCount from the type SourceRefElement is not accessible due to 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 7565)
assertTrue("Jar should only have class files!", children[i] instanceof ClassFile);
Discouraged access: The type ClassFile is not accessible due to 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 7566)
IType type = ((ClassFile)children[i]).getType();
Discouraged access: The method getType() from the type ClassFile is not accessible due to 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 7566)
IType type = ((ClassFile)children[i]).getType();
Discouraged access: The type ClassFile is not accessible due to 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 7595)
if ((modifiers & ClassFileConstants.AccDeprecated) != 0) {
Discouraged access: The type ClassFileConstants is not accessible due to 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 7595)
if ((modifiers & ClassFileConstants.AccDeprecated) != 0) {
Discouraged access: The field AccDeprecated from the type ClassFileConstants is not accessible due to 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 8066)
* @test Verify that no NPE occurs while using a {@link AndPattern}
Discouraged access: The type AndPattern is not accessible due to 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 8499)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The type PatternLocator is not accessible due to 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 8499)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The field SUPER_INVOCATION_FLAVOR from the type PatternLocator is not accessible due to 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 8538)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The type PatternLocator is not accessible due to 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 8538)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The field SUPER_INVOCATION_FLAVOR from the type PatternLocator is not accessible due to 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 8550)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The type PatternLocator is not accessible due to 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 8550)
this.resultCollector.showFlavors = PatternLocator.SUPER_INVOCATION_FLAVOR;
Discouraged access: The field SUPER_INVOCATION_FLAVOR from the type PatternLocator is not accessible due to 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 9187)
* @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 accessible due to 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 9191)
IJavaSearchScope scope = new AbstractSearchScope() {
Discouraged access: The type AbstractSearchScope is not accessible due to 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 9348)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The type IndexManager is not accessible due to 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 9348)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 9348)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to 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 9349)
Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false);
Discouraged access: The type Index is not accessible due to 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 9349)
Index index = manager.getIndex(JAVA_PROJECT.getPath(), true, false);
Discouraged access: The method getIndex(IPath, boolean, boolean) from the type IndexManager is not accessible due to 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 9350)
File indexFile = index.getIndexFile();
Discouraged access: The method getIndexFile() from the type Index is not accessible due to 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 9359)
Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false);
Discouraged access: The type Index is not accessible due to 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 9359)
Index newIndex = manager.getIndex(JAVA_PROJECT.getPath(), true, false);
Discouraged access: The method getIndex(IPath, boolean, boolean) from the type IndexManager is not accessible due to 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 9360)
assertEquals("Index file should be unchanged!!!", lastModified, newIndex.getIndexFile().lastModified());
Discouraged access: The method getIndexFile() from the type Index is not accessible due to 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 9366)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The type IndexManager is not accessible due to 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 9366)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 9366)
IndexManager manager = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to 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 9367)
Index index = manager.getIndex(project.getPath(), true, false);
Discouraged access: The type Index is not accessible due to 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 9367)
Index index = manager.getIndex(project.getPath(), true, false);
Discouraged access: The method getIndex(IPath, boolean, boolean) from the type IndexManager is not accessible due to 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 9368)
assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length());
Discouraged access: The type DiskIndex is not accessible due to 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 9368)
assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length());
Discouraged access: The field SIGNATURE from the type DiskIndex is not accessible due to 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 9368)
assertEquals("Index file should at least contains the signature!!!", DiskIndex.SIGNATURE.length()+6, index.getIndexFile().length());
Discouraged access: The method getIndexFile() from the type Index is not accessible due to 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 12090)
class TestIndexRequest extends IndexRequest {
Discouraged access: The type IndexRequest is not accessible due to 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 12098)
TestIndexRequest(Path containerPath, IndexManager indexManager) {
Discouraged access: The type IndexManager is not accessible due to 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 12099)
super(containerPath, indexManager);
Discouraged access: The constructor IndexRequest(IPath, IndexManager) is not accessible due to 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 12102)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type IndexManager is not accessible due to 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 12102)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 12102)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to 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 12104)
indexManager.request(tir);
Discouraged access: The method request(IJob) from the type JobManager is not accessible due to 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 12159)
MatchLocator.setFocus(pattern, type);
Discouraged access: The type MatchLocator is not accessible due to 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 12159)
MatchLocator.setFocus(pattern, type);
Discouraged access: The method setFocus(SearchPattern, IJavaElement) from the type MatchLocator is not accessible due to 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 12187)
MatchLocator.setFocus(pattern, type);
Discouraged access: The type MatchLocator is not accessible due to 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 12187)
MatchLocator.setFocus(pattern, type);
Discouraged access: The method setFocus(SearchPattern, IJavaElement) from the type MatchLocator is not accessible due to 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 12955)
assertNotNull("External jar file index should not have been removed!!!", JavaModelManager.getIndexManager().getIndex(new Path(libPath), false, false));
Discouraged access: The type JavaModelManager is not accessible due to 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 12955)
assertNotNull("External jar file index should not have been removed!!!", JavaModelManager.getIndexManager().getIndex(new Path(libPath), false, false));
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to 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 12955)
assertNotNull("External jar file index should not have been removed!!!", JavaModelManager.getIndexManager().getIndex(new Path(libPath), false, false));
Discouraged access: The method getIndex(IPath, boolean, boolean) from the type IndexManager is not accessible due to 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 12966)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The type BasicSearchEngine is not accessible due to 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 12966)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The method createJavaSearchScope(IJavaElement[]) from the type BasicSearchEngine is not accessible due to 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 12976)
org.eclipse.jdt.internal.core.search.processing.JobManager.VERBOSE = false;
Discouraged access: The type JobManager is not accessible due to 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 12976)
org.eclipse.jdt.internal.core.search.processing.JobManager.VERBOSE = false;
Discouraged access: The field VERBOSE from the type JobManager is not accessible due to 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 13022)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The type BasicSearchEngine is not accessible due to 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 13022)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The method createJavaSearchScope(IJavaElement[]) from the type BasicSearchEngine is not accessible due to 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 13038)
org.eclipse.jdt.internal.core.search.processing.JobManager.VERBOSE = isDebugging;
Discouraged access: The type JobManager is not accessible due to 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 13038)
org.eclipse.jdt.internal.core.search.processing.JobManager.VERBOSE = isDebugging;
Discouraged access: The field VERBOSE from the type JobManager is not accessible due to 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 13078)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The type BasicSearchEngine is not accessible due to 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 13078)
BasicSearchEngine.createJavaSearchScope(new IJavaElement[] { javaProject }),
Discouraged access: The method createJavaSearchScope(IJavaElement[]) from the type BasicSearchEngine is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 53)
DefaultCodeFormatter codeFormatter() {
Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 54)
this.formatterPrefs.comment_clear_blank_lines_in_block_comment = true;
Discouraged access: The field comment_clear_blank_lines_in_block_comment from the type DefaultCodeFormatterOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 55)
this.formatterPrefs.comment_clear_blank_lines_in_javadoc_comment = true;
Discouraged access: The field comment_clear_blank_lines_in_javadoc_comment from the type DefaultCodeFormatterOptions is not accessible due to 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 56)
this.formatterPrefs.comment_format_header = true;
Discouraged access: The field comment_format_header from the type DefaultCodeFormatterOptions is not accessible due to 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 57)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 57)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The constructor DefaultCodeFormatter(DefaultCodeFormatterOptions) is not accessible due to 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 57)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 212)
JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement();
Discouraged access: The type JavaElement is not accessible due to 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 212)
JavaElement enclosingElement = (JavaElement)this.context.getEnclosingElement();
Discouraged access: The type JavaElement is not accessible due to 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 216)
buffer.append(enclosingElement.toStringWithAncestors(true /*show resolved info*/));
Discouraged access: The method toStringWithAncestors(boolean) from the type JavaElement is not accessible due to 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 233)
JavaElement element = (JavaElement) visibleElements[i];
Discouraged access: The type JavaElement is not accessible due to 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 233)
JavaElement element = (JavaElement) visibleElements[i];
Discouraged access: The type JavaElement is not accessible due to 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 235)
buffer.append(element.toStringWithAncestors(true /*show resolved info*/));
Discouraged access: The method toStringWithAncestors(boolean) from the type JavaElement is not accessible due to 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 617)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type InternalCompletionContext is not accessible due to 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 618)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 618)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 619)
ASTNode astNode = internalCompletionContext.getCompletionNode();
Discouraged access: The type ASTNode is not accessible due to 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 619)
ASTNode astNode = internalCompletionContext.getCompletionNode();
Discouraged access: The method getCompletionNode() from the type InternalCompletionContext is not accessible due to 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 620)
if (astNode != null) return astNode.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to 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 627)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type InternalCompletionContext is not accessible due to 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 628)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 628)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 629)
ASTNode astNode = internalCompletionContext.getCompletionNodeParent();
Discouraged access: The type ASTNode is not accessible due to 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 629)
ASTNode astNode = internalCompletionContext.getCompletionNodeParent();
Discouraged access: The method getCompletionNodeParent() from the type InternalCompletionContext is not accessible due to 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 630)
if (astNode != null) return astNode.toString();
Discouraged access: The method toString() from the type ASTNode is not accessible due to 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 637)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type InternalCompletionContext is not accessible due to 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 638)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 638)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 639)
ObjectVector locals = internalCompletionContext.getVisibleLocalVariables();
Discouraged access: The type ObjectVector is not accessible due to 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 639)
ObjectVector locals = internalCompletionContext.getVisibleLocalVariables();
Discouraged access: The method getVisibleLocalVariables() from the type InternalCompletionContext is not accessible due to 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 640)
if (locals != null) return locals.toString();
Discouraged access: The method toString() from the type ObjectVector is not accessible due to 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 647)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type InternalCompletionContext is not accessible due to 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 648)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 648)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 649)
ObjectVector fields = internalCompletionContext.getVisibleFields();
Discouraged access: The type ObjectVector is not accessible due to 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 649)
ObjectVector fields = internalCompletionContext.getVisibleFields();
Discouraged access: The method getVisibleFields() from the type InternalCompletionContext is not accessible due to 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 650)
if (fields != null) return fields.toString();
Discouraged access: The method toString() from the type ObjectVector is not accessible due to 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 657)
if (this.context instanceof InternalCompletionContext) {
Discouraged access: The type InternalCompletionContext is not accessible due to 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 658)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 658)
InternalCompletionContext internalCompletionContext = (InternalCompletionContext) this.context;
Discouraged access: The type InternalCompletionContext is not accessible due to 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 659)
ObjectVector methods = internalCompletionContext.getVisibleMethods();
Discouraged access: The type ObjectVector is not accessible due to 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 659)
ObjectVector methods = internalCompletionContext.getVisibleMethods();
Discouraged access: The method getVisibleMethods() from the type InternalCompletionContext is not accessible due to 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 660)
if (methods != null) return methods.toString();
Discouraged access: The method toString() from the type ObjectVector is not accessible due to 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 22)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 331)
if (!Util.isReadOnlySupported()) {
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 331)
if (!Util.isReadOnlySupported()) {
Discouraged access: The method isReadOnlySupported() from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 345)
Util.setReadOnly(file, true);
Discouraged access: The type Util is not accessible due to 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 345)
Util.setReadOnly(file, true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 357)
Util.setReadOnly(file, false);
Discouraged access: The type Util is not accessible due to 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 357)
Util.setReadOnly(file, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 360)
Util.setReadOnly(file2, false);
Discouraged access: The type Util is not accessible due to 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 360)
Util.setReadOnly(file2, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 521)
if (!Util.isReadOnlySupported()) {
Discouraged access: The type Util is not accessible due to 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 521)
if (!Util.isReadOnlySupported()) {
Discouraged access: The method isReadOnlySupported() from the type Util is not accessible due to 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 535)
Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true);
Discouraged access: The type Util is not accessible due to 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 535)
Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 537)
Util.setReadOnly(pkgSource.getResource(), true);
Discouraged access: The type Util is not accessible due to 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 537)
Util.setReadOnly(pkgSource.getResource(), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 539)
Util.setReadOnly(pkg2.getResource(), true);
Discouraged access: The type Util is not accessible due to 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 539)
Util.setReadOnly(pkg2.getResource(), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 545)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource()));
Discouraged access: The type Util is not accessible due to 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 545)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 546)
assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource()));
Discouraged access: The type Util is not accessible due to 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 546)
assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 547)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource()));
Discouraged access: The type Util is not accessible due to 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 547)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 548)
assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java")));
Discouraged access: The type Util is not accessible due to 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 548)
assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java")));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 552)
Util.setReadOnly(xSrcFile, false);
Discouraged access: The type Util is not accessible due to 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 552)
Util.setReadOnly(xSrcFile, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 555)
Util.setReadOnly(pkg2.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 555)
Util.setReadOnly(pkg2.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 558)
Util.setReadOnly(pkgSource.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 558)
Util.setReadOnly(pkgSource.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 562)
Util.setReadOnly(p1Fragment.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 562)
Util.setReadOnly(p1Fragment.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 566)
Util.setReadOnly(p3Fragment.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 566)
Util.setReadOnly(p3Fragment.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 570)
Util.setReadOnly(xFile, false);
Discouraged access: The type Util is not accessible due to 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 570)
Util.setReadOnly(xFile, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1117)
if (!Util.isReadOnlySupported()) {
Discouraged access: The type Util is not accessible due to 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 1117)
if (!Util.isReadOnlySupported()) {
Discouraged access: The method isReadOnlySupported() from the type Util is not accessible due to 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 1131)
Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true);
Discouraged access: The type Util is not accessible due to 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 1131)
Util.setReadOnly(getFile("/P/src/p1/p2/p3/X.java"), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1133)
Util.setReadOnly(pkgSource.getResource(), true);
Discouraged access: The type Util is not accessible due to 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 1133)
Util.setReadOnly(pkgSource.getResource(), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1135)
Util.setReadOnly(pkg2.getResource(), true);
Discouraged access: The type Util is not accessible due to 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 1135)
Util.setReadOnly(pkg2.getResource(), true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1141)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource()));
Discouraged access: The type Util is not accessible due to 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 1141)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 1142)
assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource()));
Discouraged access: The type Util is not accessible due to 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 1142)
assertTrue("Is readOnly", !Util.isReadOnly(getPackage("/P/src2/p1/p2").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 1143)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource()));
Discouraged access: The type Util is not accessible due to 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 1143)
assertTrue("Not readOnly", Util.isReadOnly(getPackage("/P/src2/p1/p2/p3").getResource()));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 1144)
assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java")));
Discouraged access: The type Util is not accessible due to 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 1144)
assertTrue("Is readOnly", Util.isReadOnly(getFile("/P/src2/p1/p2/p3/X.java")));
Discouraged access: The method isReadOnly(IResource) from the type Util is not accessible due to 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 1148)
Util.setReadOnly(xSrcFile, false);
Discouraged access: The type Util is not accessible due to 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 1148)
Util.setReadOnly(xSrcFile, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1151)
Util.setReadOnly(pkg2.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 1151)
Util.setReadOnly(pkg2.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1154)
Util.setReadOnly(pkgSource.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 1154)
Util.setReadOnly(pkgSource.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1158)
Util.setReadOnly(p1Fragment.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 1158)
Util.setReadOnly(p1Fragment.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1162)
Util.setReadOnly(p3Fragment.getResource(), false);
Discouraged access: The type Util is not accessible due to 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 1162)
Util.setReadOnly(p3Fragment.getResource(), false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 1166)
Util.setReadOnly(xFile, false);
Discouraged access: The type Util is not accessible due to 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 1166)
Util.setReadOnly(xFile, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 toStringWithAncestors() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 toStringWithAncestors() from the type JavaElement is not accessible due to 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 accessible due to 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 68)
import org.eclipse.jdt.internal.core.ClasspathEntry;
Discouraged access: The type ClasspathEntry is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 69)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 70)
import org.eclipse.jdt.internal.core.JavaProject;
Discouraged access: The type JavaProject is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 71)
import org.eclipse.jdt.internal.core.UserLibraryClasspathContainer;
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 72)
import org.eclipse.jdt.internal.core.builder.State;
Discouraged access: The type State is not accessible due to 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 535)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 535)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The constructor UserLibraryClasspathContainer(String) is not accessible due to 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 535)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 540)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary";
Discouraged access: The type JavaModelManager is not accessible due to 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 540)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SomeUserLibrary";
Discouraged access: The field CP_USERLIBRARY_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 552)
entries[length] = JavaCore.newContainerEntry(containerSuggestion.getPath());
Discouraged access: The method getPath() from the type UserLibraryClasspathContainer is not accessible due to 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 1084)
JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type JavaProject is not accessible due to 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 1084)
JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type JavaProject is not accessible due to 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 1095)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The method getProject() from the type JavaProject is not accessible due to 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 1095)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The type JavaProject is not accessible due to 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 1095)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The field CLASSPATH_FILENAME from the type JavaProject is not accessible due to 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 1104)
p1.close();
Discouraged access: The method close() from the type JavaProject is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The type JavaModelManager is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The type JavaModelManager.PerProjectInfo is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method getPerProjectInfo(IProject, boolean) from the type JavaModelManager is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The type JavaModelManager is not accessible due to 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 1105)
JavaModelManager.PerProjectInfo perProjectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfo(p1.getProject(), true/*create if missing*/);
Discouraged access: The method getProject() from the type JavaProject is not accessible due to 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 1106)
perProjectInfo.setRawClasspath(null, null, null);
Discouraged access: The method setRawClasspath(IClasspathEntry[], IPath, IJavaModelStatus) from the type JavaModelManager.PerProjectInfo is not accessible due to 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 1109)
p1.getExpandedClasspath();
Discouraged access: The method getExpandedClasspath() from the type JavaProject is not accessible due to 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 1135)
this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent);
Discouraged access: The type JavaProject is not accessible due to 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 1135)
this.createFile("/P1/"+JavaProject.CLASSPATH_FILENAME, newCPContent);
Discouraged access: The field CLASSPATH_FILENAME from the type JavaProject is not accessible due to 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 1159)
final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type JavaProject is not accessible due to 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 1159)
final JavaProject p1 = (JavaProject)this.createJavaProject("P1", new String[]{""}, new String[]{}, new String[]{}, "");
Discouraged access: The type JavaProject is not accessible due to 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 1164)
p1.getRawClasspath(); // force to read classpath
Discouraged access: The method getRawClasspath() from the type JavaProject is not accessible due to 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 1174)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The method getProject() from the type JavaProject is not accessible due to 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 1174)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The type JavaProject is not accessible due to 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 1174)
IFile fileRsc = p1.getProject().getFile(JavaProject.CLASSPATH_FILENAME);
Discouraged access: The field CLASSPATH_FILENAME from the type JavaProject is not accessible due to 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 1177)
p1.close();
Discouraged access: The method close() from the type JavaProject is not accessible due to 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 1178)
assertEquals("output location should not have been refreshed", "/P1", p1.getOutputLocation().toString());
Discouraged access: The method getOutputLocation() from the type JavaProject is not accessible due to 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 1180)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor) from the type JavaProject is not accessible due to 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 1180)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method readRawClasspath() from the type JavaProject is not accessible due to 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 1180)
p1.setRawClasspath(p1.readRawClasspath(), p1.readOutputLocation(), null);
Discouraged access: The method readOutputLocation() from the type JavaProject is not accessible due to 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 1181)
assertEquals("output location should have been refreshed", "/P1/bin", p1.getOutputLocation().toString());
Discouraged access: The method getOutputLocation() from the type JavaProject is not accessible due to 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 2208)
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 accessible due to 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 2208)
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 NO_ACCESS_RULES from the type ClasspathEntry is not accessible due to 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 2208)
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 accessible due to 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 2208)
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 NO_EXTRA_ATTRIBUTES from the type ClasspathEntry is not accessible due to 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 2590)
IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 2590)
IClasspathEntry container = JavaCore.newContainerEntry(new Path("JRE_CONTAINER"), ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field NO_ACCESS_RULES from the type ClasspathEntry is not accessible due to 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 2612)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 2612)
IClasspathEntry library = JavaCore.newLibraryEntry(new Path(getExternalJCLPathString()), null, null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field NO_ACCESS_RULES from the type ClasspathEntry is not accessible due to 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 2635)
IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 2635)
IClasspathEntry projectEntry = JavaCore.newProjectEntry(new Path("/P2"), ClasspathEntry.NO_ACCESS_RULES, false, extraAttributes, false);
Discouraged access: The field NO_ACCESS_RULES from the type ClasspathEntry is not accessible due to 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 2683)
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 accessible due to 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 2683)
IClasspathEntry variable = JavaCore.newVariableEntry(new Path("JCL_LIB"), new Path("JCL_SRC"), null, ClasspathEntry.NO_ACCESS_RULES, extraAttributes, false);
Discouraged access: The field NO_ACCESS_RULES from the type ClasspathEntry is not accessible due to 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 3173)
String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8"));
Discouraged access: The method getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 3173)
String encodedContents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(file, "UTF-8"));
Discouraged access: The type Util is not accessible due to 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 3194)
byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file);
Discouraged access: The method getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 3194)
byte[] contents = org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsByteArray(file);
Discouraged access: The type Util is not accessible due to 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 3390)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The method getExpandedClasspath() from the type JavaProject is not accessible due to 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 3390)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The type JavaProject is not accessible due to 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 3456)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 3456)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 3478)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 3478)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 3505)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 3505)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 4231)
IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false);
Discouraged access: The method validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean) from the type ClasspathEntry is not accessible due to 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 4231)
IJavaModelStatus status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 4232)
IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false);
Discouraged access: The method validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean) from the type ClasspathEntry is not accessible due to 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 4232)
IJavaModelStatus status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 4244)
status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false);
Discouraged access: The method validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean) from the type ClasspathEntry is not accessible due to 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 4244)
status1 = ClasspathEntry.validateClasspathEntry(proj, transitioningEntry, false, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 4245)
status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false);
Discouraged access: The method validateClasspathEntry(IJavaProject, IClasspathEntry, boolean, boolean) from the type ClasspathEntry is not accessible due to 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 4245)
status2 = ClasspathEntry.validateClasspathEntry(proj, nonExistingEntry, false, false);
Discouraged access: The type ClasspathEntry is not accessible due to 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 4514)
if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported())
Discouraged access: The method isReadOnlySupported() from the type Util is not accessible due to 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 4514)
if (!org.eclipse.jdt.internal.core.util.Util.isReadOnlySupported())
Discouraged access: The type Util is not accessible due to 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 4527)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true);
Discouraged access: The type Util is not accessible due to 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 4527)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, true);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 4538)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false);
Discouraged access: The type Util is not accessible due to 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 4538)
org.eclipse.jdt.internal.core.util.Util.setReadOnly(classpathFile, false);
Discouraged access: The method setReadOnly(IResource, boolean) from the type Util is not accessible due to 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 4553)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 4553)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The type Util is not accessible due to 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 4577)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 4577)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P2/.classpath")));
Discouraged access: The type Util is not accessible due to 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 5126)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 5126)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 5940)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 5940)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 5984)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 5984)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 6038)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The method getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 6038)
String contents = new String (org.eclipse.jdt.internal.core.util.Util.getResourceContentsAsCharArray(getFile("/P/.classpath")));
Discouraged access: The type Util is not accessible due to 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 6080)
ClasspathEntry cp = new ClasspathEntry(
Discouraged access: The type ClasspathEntry is not accessible due to 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 6080)
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, // specific output folder false, (IAccessRule[]) null, false, ClasspathEntry.NO_EXTRA_ATTRIBUTES);
Discouraged access: The constructor ClasspathEntry(int, int, IPath, IPath[], IPath[], IPath, IPath, IPath, boolean, IAccessRule[], boolean, IClasspathAttribute[]) is not accessible due to 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 6080)
ClasspathEntry cp = new ClasspathEntry(
Discouraged access: The type ClasspathEntry is not accessible due to 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 6084)
ClasspathEntry.INCLUDE_ALL,
Discouraged access: The type ClasspathEntry is not accessible due to 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 6084)
ClasspathEntry.INCLUDE_ALL,
Discouraged access: The field INCLUDE_ALL from the type ClasspathEntry is not accessible due to 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 6085)
ClasspathEntry.EXCLUDE_NONE,
Discouraged access: The type ClasspathEntry is not accessible due to 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 6085)
ClasspathEntry.EXCLUDE_NONE,
Discouraged access: The field EXCLUDE_NONE from the type ClasspathEntry is not accessible due to 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 6092)
ClasspathEntry.NO_EXTRA_ATTRIBUTES);
Discouraged access: The type ClasspathEntry is not accessible due to 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 6092)
ClasspathEntry.NO_EXTRA_ATTRIBUTES);
Discouraged access: The field NO_EXTRA_ATTRIBUTES from the type ClasspathEntry is not accessible due to 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 6145)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The method getExpandedClasspath() from the type JavaProject is not accessible due to 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 6145)
IClasspathEntry[] classpath = ((JavaProject)p2).getExpandedClasspath();
Discouraged access: The type JavaProject is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 1103)
JavaElement element = (JavaElement)binding.getJavaElement();
Discouraged access: The type JavaElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 1103)
JavaElement element = (JavaElement)binding.getJavaElement();
Discouraged access: The type JavaElement is not accessible due to 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 1104)
assertNotNull("Null Element info", element.getElementInfo());
Discouraged access: The method getElementInfo() from the type JavaElement is not accessible due to 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 1112)
createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1112)
createJavaProject("P", new String[] { "" }, new String[0], "", CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 276)
throw new CoreException(new JavaModelStatus(-1, "test"));
Discouraged access: The constructor JavaModelStatus(int, String) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 276)
throw new CoreException(new JavaModelStatus(-1, "test"));
Discouraged access: The type JavaModelStatus is not accessible due to 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 437)
char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null);
Discouraged access: The type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 437)
char[] contents = org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(getFile("/P/X234307.java").getLocation().toFile(), null);
Discouraged access: The method getFileCharContent(File, String) from the type Util is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 219)
private DefaultCodeFormatterOptions preferences;
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to 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 1075)
this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings();
Discouraged access: The method getEclipseDefaultSettings() from the type DefaultCodeFormatterOptions is not accessible due to 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 1075)
this.preferences = DefaultCodeFormatterOptions.getEclipseDefaultSettings();
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to 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 1079)
this.preferences.comment_format_javadoc_comment = false;
Discouraged access: The field comment_format_javadoc_comment from the type DefaultCodeFormatterOptions is not accessible due to 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 1080)
this.preferences.comment_format_block_comment = false;
Discouraged access: The field comment_format_block_comment from the type DefaultCodeFormatterOptions is not accessible due to 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 1081)
this.preferences.comment_format_line_comment = false;
Discouraged access: The field comment_format_line_comment from the type DefaultCodeFormatterOptions is not accessible due to 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 1099)
this.preferences.join_lines_in_comments = false;
Discouraged access: The field join_lines_in_comments from the type DefaultCodeFormatterOptions is not accessible due to 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 1102)
this.preferences.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1120)
this.preferences.brace_position_for_annotation_type_declaration = braces;
Discouraged access: The field brace_position_for_annotation_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1121)
this.preferences.brace_position_for_anonymous_type_declaration = braces;
Discouraged access: The field brace_position_for_anonymous_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1122)
this.preferences.brace_position_for_array_initializer = braces;
Discouraged access: The field brace_position_for_array_initializer from the type DefaultCodeFormatterOptions is not accessible due to 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 1123)
this.preferences.brace_position_for_block = braces;
Discouraged access: The field brace_position_for_block from the type DefaultCodeFormatterOptions is not accessible due to 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 1124)
this.preferences.brace_position_for_block_in_case = braces;
Discouraged access: The field brace_position_for_block_in_case from the type DefaultCodeFormatterOptions is not accessible due to 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 1125)
this.preferences.brace_position_for_constructor_declaration = braces;
Discouraged access: The field brace_position_for_constructor_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1126)
this.preferences.brace_position_for_enum_constant = braces;
Discouraged access: The field brace_position_for_enum_constant from the type DefaultCodeFormatterOptions is not accessible due to 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 1127)
this.preferences.brace_position_for_enum_declaration = braces;
Discouraged access: The field brace_position_for_enum_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1128)
this.preferences.brace_position_for_method_declaration = braces;
Discouraged access: The field brace_position_for_method_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1129)
this.preferences.brace_position_for_switch = braces;
Discouraged access: The field brace_position_for_switch from the type DefaultCodeFormatterOptions is not accessible due to 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 1130)
this.preferences.brace_position_for_type_declaration = braces;
Discouraged access: The field brace_position_for_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 1136)
this.preferences.number_of_empty_lines_to_preserve = lines;
Discouraged access: The field number_of_empty_lines_to_preserve from the type DefaultCodeFormatterOptions is not accessible due to 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 1400)
DefaultCodeFormatter codeFormatter() {
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 1401)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions());
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 1401)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions());
Discouraged access: The constructor DefaultCodeFormatter(DefaultCodeFormatterOptions, Map) is not accessible due to 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 1401)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.preferences, getDefaultCompilerOptions());
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 1406)
String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null));
Discouraged access: The method getFileCharContent(File, String) from the type Util is not accessible due to 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 1406)
String source = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(this.file, null));
Discouraged access: The type Util is not accessible due to 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 1416)
String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null));
Discouraged access: The method getFileCharContent(File, String) from the type Util is not accessible due to 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 1416)
String expectedResult = new String(org.eclipse.jdt.internal.compiler.util.Util.getFileCharContent(outputFile, null));
Discouraged access: The type Util is not accessible due to 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 1473)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1473)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LocalVariableAttribute from the type CompilerOptions is not accessible due to 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 1473)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1473)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 1474)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1474)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_LineNumberAttribute from the type CompilerOptions is not accessible due to 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 1474)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1474)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 1475)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1475)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field OPTION_SourceFileAttribute from the type CompilerOptions is not accessible due to 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 1475)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1475)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, CompilerOptions.DO_NOT_GENERATE);
Discouraged access: The field DO_NOT_GENERATE from the type CompilerOptions is not accessible due to 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 1476)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1476)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field OPTION_PreserveUnusedLocal from the type CompilerOptions is not accessible due to 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 1476)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1476)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, CompilerOptions.PRESERVE);
Discouraged access: The field PRESERVE from the type CompilerOptions is not accessible due to 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 1477)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1477)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_DocCommentSupport from the type CompilerOptions is not accessible due to 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 1477)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1477)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 1478)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1478)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportMethodWithConstructorName from the type CompilerOptions is not accessible due to 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 1478)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1478)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1479)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1479)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportOverridingPackageDefaultMethod from the type CompilerOptions is not accessible due to 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 1479)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1479)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1480)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1480)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportOverridingMethodWithoutSuperInvocation from the type CompilerOptions is not accessible due to 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 1480)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1480)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingMethodWithoutSuperInvocation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1481)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1481)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportDeprecation from the type CompilerOptions is not accessible due to 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 1481)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1481)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1482)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1482)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportDeprecationInDeprecatedCode from the type CompilerOptions is not accessible due to 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 1482)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1482)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 1483)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1483)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The field OPTION_ReportDeprecationWhenOverridingDeprecatedMethod from the type CompilerOptions is not accessible due to 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 1483)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The type CompilerOptions is not accessible due to 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 1483)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, CompilerOptions.DISABLED);
Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to 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 1484)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1484)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportHiddenCatchBlock from the type CompilerOptions is not accessible due to 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 1484)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1484)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1485)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1485)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedLocal from the type CompilerOptions is not accessible due to 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 1485)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1485)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1486)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1486)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedParameter from the type CompilerOptions is not accessible due to 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 1486)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1486)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1487)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1487)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportUnusedImport from the type CompilerOptions is not accessible due to 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 1487)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1487)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1488)
optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1488)
optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field OPTION_ReportSyntheticAccessEmulation from the type CompilerOptions is not accessible due to 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 1488)
optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1488)
optionsMap.put(CompilerOptions.OPTION_ReportSyntheticAccessEmulation, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 1489)
optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1489)
optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE);
Discouraged access: The type CompilerOptions is not accessible due to 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 1489)
optionsMap.put(CompilerOptions.OPTION_ReportNoEffectAssignment, CompilerOptions.IGNORE);
Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to 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 : 3 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 157)
((JavaElement)element).toStringInfo(tab, buffer);
Discouraged access: The method toStringInfo(int, StringBuffer) from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 157)
((JavaElement)element).toStringInfo(tab, buffer);
Discouraged access: The type JavaElement is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 getJavaModelManager() from the type JavaModelManager is not accessible due to 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 previousSessionContainers from the type JavaModelManager is not accessible due to 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 containers from the type JavaModelManager is not accessible due to 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 removePerProjectInfo(JavaProject, boolean) from the type JavaModelManager is not accessible due to 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 accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 isReadOnlySupported() from the type Util is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 24)
public class CompletionWithMissingTypesTests2 extends ModifyingResourceTests implements RelevanceConstants {
Discouraged access: The type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 163)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_STATIC from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 257)
int relevance1 = R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_NON_STATIC + R_NON_RESTRICTED + R_NO_PROBLEMS;
Discouraged access: The field R_NO_PROBLEMS from the type RelevanceConstants is not accessible due to 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 : 39 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 44)
setUpProjectOptions(CompilerOptions.VERSION_1_4);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 44)
setUpProjectOptions(CompilerOptions.VERSION_1_4);
Discouraged access: The field VERSION_1_4 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 146)
setUpProjectOptions(CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to 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 146)
setUpProjectOptions(CompilerOptions.VERSION_1_3);
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to 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 170)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 170)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 249)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 249)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 282)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 282)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 401)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 401)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 447)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 447)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 823)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 823)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 838)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 838)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 855)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 855)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 872)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 872)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 889)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 889)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 906)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 906)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 923)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 923)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 940)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 940)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 954)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 954)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 968)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 968)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 985)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 985)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 1002)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 1002)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 45)
public class MarkedASTFlattener extends NaiveASTFlattener {
Discouraged access: The type NaiveASTFlattener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 503)
resultBuffer.append(super.getResult());
Discouraged access: The method getResult() from the type NaiveASTFlattener is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 536)
while (Character.isWhitespace(this.buffer.charAt(pos))) {pos++;}
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 537)
this.buffer.insert(pos, this.markerInfo.markerStartStart + markerName + this.markerInfo.markerStartEnd);
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 540)
pos = this.buffer.length() - 1;
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 541)
while (Character.isWhitespace(this.buffer.charAt(pos))) {pos--;}
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 542)
this.buffer.insert(pos + 1, this.markerInfo.markerEndStart + markerName + this.markerInfo.markerEndEnd);
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 555)
this.markerPositonInBuffer.put(markerName, new Integer(this.buffer.length()));
Discouraged access: The field buffer from the type NaiveASTFlattener is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsForMarker(String[]) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsForMarker(String[]) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsFromMarker(String) from the type Util is not accessible due to 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 accessible due to 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 getProblemArgumentsForMarker(String[]) from the type Util is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 accessible due to 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 90)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 90)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 90)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 91)
manager.containers = new HashMap(5);
Discouraged access: The field containers from the type JavaModelManager is not accessible due to 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 92)
manager.variables = new HashMap(5);
Discouraged access: The field variables from the type JavaModelManager is not accessible due to 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 790)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The type JavaModelManager is not accessible due to 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 790)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 790)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The field batchContainerInitializations from the type JavaModelManager is not accessible due to 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 790)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The type JavaModelManager is not accessible due to 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 790)
JavaModelManager.getJavaModelManager().batchContainerInitializations = JavaModelManager.NEED_BATCH_INITIALIZATION;
Discouraged access: The field NEED_BATCH_INITIALIZATION from the type JavaModelManager is not accessible due to 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 971)
final JavaProject project2 = (JavaProject) createJavaProject(
Discouraged access: The type JavaProject is not accessible due to 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 971)
final JavaProject project2 = (JavaProject) createJavaProject(
Discouraged access: The type JavaProject is not accessible due to 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 983)
JavaProject.addCPResolutionBPListener(listener);
Discouraged access: The type JavaProject is not accessible due to 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 983)
JavaProject.addCPResolutionBPListener(listener);
Discouraged access: The method addCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener) from the type JavaProject is not accessible due to 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 987)
project2.getResolvedClasspath();
Discouraged access: The method getResolvedClasspath() from the type JavaProject is not accessible due to 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 997)
IClasspathEntry[] classpath = project2.getResolvedClasspath();
Discouraged access: The method getResolvedClasspath() from the type JavaProject is not accessible due to 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 1004)
JavaProject.removeCPResolutionBPListener(listener);
Discouraged access: The type JavaProject is not accessible due to 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 1004)
JavaProject.removeCPResolutionBPListener(listener);
Discouraged access: The method removeCPResolutionBPListener(JavaProject.ClasspathResolutionBreakpointListener) from the type JavaProject is not accessible due to 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 1061)
JavaModelManager.getJavaModelManager().shutdown();
Discouraged access: The type JavaModelManager is not accessible due to 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 1061)
JavaModelManager.getJavaModelManager().shutdown();
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1061)
JavaModelManager.getJavaModelManager().shutdown();
Discouraged access: The method shutdown() from the type JavaModelManager is not accessible due to 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 1337)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 1337)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 1337)
JavaModelManager manager = JavaModelManager.getJavaModelManager();
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1338)
IEclipsePreferences preferences = manager.getInstancePreferences();
Discouraged access: The method getInstancePreferences() from the type JavaModelManager is not accessible due to 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 1339)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue);
Discouraged access: The type JavaModelManager is not accessible due to 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 1339)
preferences.put(JavaModelManager.CP_VARIABLE_PREFERENCES_PREFIX+varName, newValue);
Discouraged access: The field CP_VARIABLE_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 1431)
assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status);
Discouraged access: The type JavaModelStatus is not accessible due to 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 1431)
assertEquals("Status should be VERIFIED_OK", JavaModelStatus.VERIFIED_OK, status);
Discouraged access: The field VERIFIED_OK from the type JavaModelStatus is not accessible due to 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 1525)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type JavaModelManager is not accessible due to 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 1525)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1525)
assertNull("Deprecation message should not have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field deprecatedVariables from the type JavaModelManager is not accessible due to 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 1543)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type JavaModelManager is not accessible due to 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 1543)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1543)
assertNotNull("Deprecation message should have been stored!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field deprecatedVariables from the type JavaModelManager is not accessible due to 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 1551)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The type JavaModelManager is not accessible due to 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 1551)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 1551)
assertNull("Deprecation message should have been removed!", JavaModelManager.getJavaModelManager().deprecatedVariables.get("TEST_DEPRECATED"));
Discouraged access: The field deprecatedVariables from the type JavaModelManager is not accessible due to 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 1563)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 1563)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The constructor UserLibraryClasspathContainer(String) is not accessible due to 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 1563)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 1573)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT";
Discouraged access: The type JavaModelManager is not accessible due to 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 1573)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"SWT";
Discouraged access: The field CP_USERLIBRARY_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 1623)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 1623)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The constructor UserLibraryClasspathContainer(String) is not accessible due to 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 1623)
UserLibraryClasspathContainer containerSuggestion = new UserLibraryClasspathContainer(libraryName);
Discouraged access: The type UserLibraryClasspathContainer is not accessible due to 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 1629)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST";
Discouraged access: The type JavaModelManager is not accessible due to 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 1629)
String propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+ "TEST";
Discouraged access: The field CP_USERLIBRARY_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 1637)
propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID";
Discouraged access: The type JavaModelManager is not accessible due to 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 1637)
propertyName = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX + "INVALID";
Discouraged access: The field CP_USERLIBRARY_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 1648)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The type UserLibrary is not accessible due to 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 1648)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The type JavaModelManager is not accessible due to 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 1648)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The method getUserLibraryManager() from the type JavaModelManager is not accessible due to 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 1648)
UserLibrary userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary(libraryName);
Discouraged access: The method getUserLibrary(String) from the type UserLibraryManager is not accessible due to 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 1650)
IPath entryPath = userLibrary.getEntries()[0].getPath();
Discouraged access: The method getEntries() from the type UserLibrary is not accessible due to 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 1653)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
Discouraged access: The type JavaModelManager is not accessible due to 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 1653)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
Discouraged access: The method getUserLibraryManager() from the type JavaModelManager is not accessible due to 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 1653)
userLibrary = JavaModelManager.getUserLibraryManager().getUserLibrary("INVALID");
Discouraged access: The method getUserLibrary(String) from the type UserLibraryManager is not accessible due to 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 1656)
catch (ClasspathEntry.AssertionFailedException e) {
Discouraged access: The type ClasspathEntry is not accessible due to 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 1656)
catch (ClasspathEntry.AssertionFailedException e) {
Discouraged access: The type ClasspathEntry.AssertionFailedException is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 319)
if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0)
Discouraged access: The type ScannerHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 319)
if (((c1 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c1 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 320)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0)
Discouraged access: The type ScannerHelper is not accessible due to 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 320)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c2 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 321)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0)
Discouraged access: The type ScannerHelper is not accessible due to 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 321)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c3 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 322)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) {
Discouraged access: The type ScannerHelper is not accessible due to 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 322)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[idx+charLength++])) > 15 || c4 < 0)) {
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 517)
if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0)
Discouraged access: The type ScannerHelper is not accessible due to 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 517)
if (((c1 = ScannerHelper.getHexadecimalValue(source[i+1])) > 15 || c1 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 518)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0)
Discouraged access: The type ScannerHelper is not accessible due to 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 518)
|| ((c2 = ScannerHelper.getHexadecimalValue(source[i+2])) > 15 || c2 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 519)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0)
Discouraged access: The type ScannerHelper is not accessible due to 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 519)
|| ((c3 = ScannerHelper.getHexadecimalValue(source[i+3])) > 15 || c3 < 0)
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 520)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) {
Discouraged access: The type ScannerHelper is not accessible due to 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 520)
|| ((c4 = ScannerHelper.getHexadecimalValue(source[i+4])) > 15 || c4 < 0)) {
Discouraged access: The method getHexadecimalValue(char) from the type ScannerHelper is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 toDebugString() from the type JavaElement is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 127)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 127)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 127)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 127)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 127)
"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 R_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 127)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 127)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 140)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 140)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 140)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 140)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 140)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 140)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 140)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 153)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 153)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 153)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 153)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 166)
"element:XZX completion:XZX relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED)+"\n"+
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 167)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 167)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 167)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 167)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 167)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 167)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 167)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 193)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 193)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 193)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 193)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 193)
"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 R_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 193)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 193)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 219)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 219)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 219)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 219)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 219)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 219)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 219)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 245)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 245)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 245)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 245)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 245)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 245)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 245)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 277)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 277)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 277)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 277)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 277)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 277)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 278)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 278)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 278)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 278)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 278)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 278)
"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 R_EXACT_EXPECTED_TYPE from the type RelevanceConstants is not accessible due to 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 278)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 291)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 291)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 291)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 291)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 291)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 291)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_DEFAULT from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_RESOLVED from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_INTERESTING from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 292)
"element:T_2 completion:T_2 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 305)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 305)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 305)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 305)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 305)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 305)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 306)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 306)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 306)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 306)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 306)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 306)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 307)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 307)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 307)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 307)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 307)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 307)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 308)
"element:T_4 completion:T_4 relevance:"+(R_DEFAULT + R_RESOLVED + R_INTERESTING + R_CASE + R_UNQUALIFIED + R_NON_RESTRICTED),
Discouraged access: The field R_CASE from the type RelevanceConstants is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 AccPublic from the type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 AccFinal from the type ClassFileConstants is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 : 6 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 52)
DefaultCodeFormatter codeFormatter() {
Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 53)
this.formatterPrefs.comment_indent_root_tags = false; // Eclipse default is true
Discouraged access: The field comment_indent_root_tags from the type DefaultCodeFormatterOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The constructor DefaultCodeFormatter(DefaultCodeFormatterOptions) is not accessible due to 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 54)
DefaultCodeFormatter codeFormatter = new DefaultCodeFormatter(this.formatterPrefs);
Discouraged access: The type DefaultCodeFormatter is not accessible due to 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 : 17 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 89)
CompilerOptions.VERSION_1_1,
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 89)
CompilerOptions.VERSION_1_1,
Discouraged access: The field VERSION_1_1 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 90)
CompilerOptions.VERSION_1_2,
Discouraged access: The type CompilerOptions is not accessible due to 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 90)
CompilerOptions.VERSION_1_2,
Discouraged access: The field VERSION_1_2 from the type CompilerOptions is not accessible due to 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 91)
CompilerOptions.VERSION_1_3,
Discouraged access: The type CompilerOptions is not accessible due to 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 91)
CompilerOptions.VERSION_1_3,
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to 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 92)
CompilerOptions.VERSION_1_4,
Discouraged access: The type CompilerOptions is not accessible due to 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 92)
CompilerOptions.VERSION_1_4,
Discouraged access: The field VERSION_1_4 from the type CompilerOptions is not accessible due to 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 93)
CompilerOptions.VERSION_1_5,
Discouraged access: The type CompilerOptions is not accessible due to 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 93)
CompilerOptions.VERSION_1_5,
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 94)
CompilerOptions.VERSION_1_6,
Discouraged access: The type CompilerOptions is not accessible due to 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 94)
CompilerOptions.VERSION_1_6,
Discouraged access: The field VERSION_1_6 from the type CompilerOptions is not accessible due to 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 102)
return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to 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 102)
return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3);
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to 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 102)
return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to 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 102)
return validate(string, kind, CompilerOptions.VERSION_1_3, CompilerOptions.VERSION_1_3);
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to 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 : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/AttachedJavadocTests.java
 (at line 43)
import org.eclipse.jdt.internal.core.BinaryType;
Discouraged access: The type BinaryType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 44)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 45)
import org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo;
Discouraged access: The type JavaModelManager.PerProjectInfo is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 46)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type Util is not accessible due to 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 802)
final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject());
Discouraged access: The type JavaModelManager.PerProjectInfo is not accessible due to 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 802)
final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject());
Discouraged access: The type JavaModelManager is not accessible due to 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 802)
final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject());
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 802)
final PerProjectInfo projectInfo = JavaModelManager.getJavaModelManager().getPerProjectInfoCheckExistence(this.project.getProject());
Discouraged access: The method getPerProjectInfoCheckExistence(IProject) from the type JavaModelManager is not accessible due to 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 806)
Object javadocContent = projectInfo.javadocCache.get(type);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 806)
Object javadocContent = projectInfo.javadocCache.get(type);
Discouraged access: The field javadocCache from the type JavaModelManager.PerProjectInfo is not accessible due to 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 807)
while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) {
Discouraged access: The type BinaryType is not accessible due to 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 807)
while(javadocContent == null || javadocContent == BinaryType.EMPTY_JAVADOC) {
Discouraged access: The field EMPTY_JAVADOC from the type BinaryType is not accessible due to 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 810)
javadocContent = projectInfo.javadocCache.get(type);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 810)
javadocContent = projectInfo.javadocCache.get(type);
Discouraged access: The field javadocCache from the type JavaModelManager.PerProjectInfo is not accessible due to 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 827)
projectInfo.javadocCache.flush();
Discouraged access: The method flush() from the type LRUCache is not accessible due to 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 827)
projectInfo.javadocCache.flush();
Discouraged access: The field javadocCache from the type JavaModelManager.PerProjectInfo is not accessible due to 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 1151)
String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding));
Discouraged access: The type Util is not accessible due to 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 1151)
String encodedContents = new String (Util.getResourceContentsAsCharArray(sourceFile, encoding));
Discouraged access: The method getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes

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

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/rewrite/describing/SourceModifierTest.java
 (at line 21)
import org.eclipse.jdt.internal.core.dom.rewrite.SourceModifier;
Discouraged access: The type SourceModifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 68)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type SourceModifier is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 68)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The constructor SourceModifier(int, String, int, int) is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 68)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type SourceModifier is not accessible due to 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 70)
ReplaceEdit[] replaces= modifier.getModifications(content);
Discouraged access: The method getModifications(String) from the type SourceModifier is not accessible due to 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 119)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type SourceModifier is not accessible due to 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 119)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The constructor SourceModifier(int, String, int, int) is not accessible due to 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 119)
SourceModifier modifier= new SourceModifier(2, " ", 4, 4);
Discouraged access: The type SourceModifier is not accessible due to 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 121)
ReplaceEdit[] replaces= modifier.getModifications(content);
Discouraged access: The method getModifications(String) from the type SourceModifier is not accessible due to 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 : 6 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 469)
long jdkLevel = CompilerOptions.versionToJdkLevel(option);
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 469)
long jdkLevel = CompilerOptions.versionToJdkLevel(option);
Discouraged access: The method versionToJdkLevel(Object) from the type CompilerOptions is not accessible due to 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 471)
if (jdkLevel >= ClassFileConstants.JDK1_7) {
Discouraged access: The type ClassFileConstants is not accessible due to 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 471)
if (jdkLevel >= ClassFileConstants.JDK1_7) {
Discouraged access: The field JDK1_7 from the type ClassFileConstants is not accessible due to 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 23)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatter;
Discouraged access: The type DefaultCodeFormatter is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 24)
import org.eclipse.jdt.internal.formatter.DefaultCodeFormatterOptions;
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 25)
import org.eclipse.jdt.internal.formatter.align.Alignment;
Discouraged access: The type Alignment is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 47)
this.formatterPrefs.brace_position_for_annotation_type_declaration = braces;
Discouraged access: The field brace_position_for_annotation_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 48)
this.formatterPrefs.brace_position_for_anonymous_type_declaration = braces;
Discouraged access: The field brace_position_for_anonymous_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 49)
this.formatterPrefs.brace_position_for_array_initializer = braces;
Discouraged access: The field brace_position_for_array_initializer from the type DefaultCodeFormatterOptions is not accessible due to 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 50)
this.formatterPrefs.brace_position_for_block = braces;
Discouraged access: The field brace_position_for_block from the type DefaultCodeFormatterOptions is not accessible due to 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 51)
this.formatterPrefs.brace_position_for_block_in_case = braces;
Discouraged access: The field brace_position_for_block_in_case from the type DefaultCodeFormatterOptions is not accessible due to 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 52)
this.formatterPrefs.brace_position_for_constructor_declaration = braces;
Discouraged access: The field brace_position_for_constructor_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 53)
this.formatterPrefs.brace_position_for_enum_constant = braces;
Discouraged access: The field brace_position_for_enum_constant from the type DefaultCodeFormatterOptions is not accessible due to 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 54)
this.formatterPrefs.brace_position_for_enum_declaration = braces;
Discouraged access: The field brace_position_for_enum_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 55)
this.formatterPrefs.brace_position_for_method_declaration = braces;
Discouraged access: The field brace_position_for_method_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 56)
this.formatterPrefs.brace_position_for_switch = braces;
Discouraged access: The field brace_position_for_switch from the type DefaultCodeFormatterOptions is not accessible due to 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 57)
this.formatterPrefs.brace_position_for_type_declaration = braces;
Discouraged access: The field brace_position_for_type_declaration from the type DefaultCodeFormatterOptions is not accessible due to 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 105)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 106)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 107)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 135)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 136)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 137)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 165)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 166)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 167)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 195)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 196)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 197)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 226)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 227)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 228)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 265)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 266)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 267)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 315)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 316)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 317)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 363)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 364)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 365)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 398)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 399)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 400)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 433)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 434)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 435)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 468)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 469)
this.formatterPrefs.disabling_tag = "disable-formatter".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 470)
this.formatterPrefs.enabling_tag = "enable-formatter".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 503)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 504)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 505)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 533)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 534)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 535)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 563)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 564)
this.formatterPrefs.disabling_tag = "format: off".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 565)
this.formatterPrefs.enabling_tag = "format: on".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 593)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 594)
this.formatterPrefs.disabling_tag = " format: off ".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 595)
this.formatterPrefs.enabling_tag = " format: on ".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 623)
this.formatterPrefs.use_tags = true;
Discouraged access: The field use_tags from the type DefaultCodeFormatterOptions is not accessible due to 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 624)
this.formatterPrefs.disabling_tag = " format: off ".toCharArray();
Discouraged access: The field disabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 625)
this.formatterPrefs.enabling_tag = " format: on ".toCharArray();
Discouraged access: The field enabling_tag from the type DefaultCodeFormatterOptions is not accessible due to 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 660)
this.formatterPrefs.page_width = 40;
Discouraged access: The field page_width from the type DefaultCodeFormatterOptions is not accessible due to 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 698)
this.formatterPrefs.page_width = 40;
Discouraged access: The field page_width from the type DefaultCodeFormatterOptions is not accessible due to 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 741)
this.formatterPrefs.page_width = 40;
Discouraged access: The field page_width from the type DefaultCodeFormatterOptions is not accessible due to 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 1183)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1205)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1206)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field tab_char from the type DefaultCodeFormatterOptions is not accessible due to 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 1206)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to 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 1206)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field SPACE from the type DefaultCodeFormatterOptions is not accessible due to 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 1229)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1259)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1260)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field tab_char from the type DefaultCodeFormatterOptions is not accessible due to 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 1260)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to 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 1260)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field SPACE from the type DefaultCodeFormatterOptions is not accessible due to 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 1291)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1320)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1321)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field tab_char from the type DefaultCodeFormatterOptions is not accessible due to 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 1321)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The type DefaultCodeFormatterOptions is not accessible due to 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 1321)
this.formatterPrefs.tab_char = DefaultCodeFormatterOptions.SPACE;
Discouraged access: The field SPACE from the type DefaultCodeFormatterOptions is not accessible due to 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 1350)
this.formatterPrefs.join_lines_in_comments = false;
Discouraged access: The field join_lines_in_comments from the type DefaultCodeFormatterOptions is not accessible due to 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 1372)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1399)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1476)
this.formatterPrefs.comment_format_header = true;
Discouraged access: The field comment_format_header from the type DefaultCodeFormatterOptions is not accessible due to 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 1633)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1888)
this.formatterPrefs.join_wrapped_lines = false;
Discouraged access: The field join_wrapped_lines from the type DefaultCodeFormatterOptions is not accessible due to 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 1914)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field alignment_for_arguments_in_annotation from the type DefaultCodeFormatterOptions is not accessible due to 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 1914)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT;
Discouraged access: The type Alignment is not accessible due to 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 1914)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NO_ALIGNMENT;
Discouraged access: The field M_NO_ALIGNMENT from the type Alignment is not accessible due to 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 1936)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field alignment_for_arguments_in_annotation from the type DefaultCodeFormatterOptions is not accessible due to 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 1936)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The type Alignment is not accessible due to 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 1936)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_SPLIT;
Discouraged access: The field M_COMPACT_SPLIT from the type Alignment is not accessible due to 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 1961)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT;
Discouraged access: The field alignment_for_arguments_in_annotation from the type DefaultCodeFormatterOptions is not accessible due to 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 1961)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT;
Discouraged access: The type Alignment is not accessible due to 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 1961)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_COMPACT_FIRST_BREAK_SPLIT;
Discouraged access: The field M_COMPACT_FIRST_BREAK_SPLIT from the type Alignment is not accessible due to 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 1986)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_ONE_PER_LINE_SPLIT;
Discouraged access: The field alignment_for_arguments_in_annotation from the type DefaultCodeFormatterOptions is not accessible due to 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 1986)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_ONE_PER_LINE_SPLIT;
Discouraged access: The type Alignment is not accessible due to 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 1986)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_ONE_PER_LINE_SPLIT;
Discouraged access: The field M_ONE_PER_LINE_SPLIT from the type Alignment is not accessible due to 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 2012)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NEXT_SHIFTED_SPLIT;
Discouraged access: The type Alignment is not accessible due to 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 2012)
this.formatterPrefs.alignment_for_arguments_in_annotation = Alignment.M_NEXT_SHIFTED_SPLIT;
Discouraged access: The field M_NEXT_SHIFTED_SPLIT from the type Alignment is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 VERSION_1_4 from the type CompilerOptions is not accessible due to 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 accessible due to 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 NO_TYPE_COMPLETION_ON_EMPTY_TOKEN from the type CompletionEngine is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to 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 VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 indexDocument() from the type SourceIndexer is not accessible due to 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 accessible due to 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 accessible due to 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 VERBOSE from the type JobManager is not accessible due to 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 : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/JavaProjectTests.java
 (at line 33)
import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants;
Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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/JavaProjectTests.java
 (at line 34)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 35)
import org.eclipse.jdt.internal.core.PackageFragmentRoot;
Discouraged access: The type PackageFragmentRoot is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 36)
import org.eclipse.jdt.internal.core.util.Util;
Discouraged access: The type Util is not accessible due to 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 1702)
String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors();
Discouraged access: The method toStringWithAncestors() from the type JavaElement is not accessible due to 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 1702)
String rootPath = ((PackageFragmentRoot)lastRoot).toStringWithAncestors();
Discouraged access: The type PackageFragmentRoot is not accessible due to 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 2283)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The type ClassFileConstants is not accessible due to 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 2283)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The field JDK1_1 from the type ClassFileConstants is not accessible due to 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 2283)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The type Util is not accessible due to 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 2283)
assertEquals("wrong jdk level", ClassFileConstants.JDK1_1, Util.getJdkLevel(root.getResource()));
Discouraged access: The method getJdkLevel(Object) from the type Util is not accessible due to 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 2319)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false);
Discouraged access: The type JavaModelManager is not accessible due to 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 2319)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false);
Discouraged access: The method getUserLibraryManager() from the type JavaModelManager is not accessible due to 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 2319)
JavaModelManager.getUserLibraryManager().setUserLibrary("TEST", userEntries, false);
Discouraged access: The method setUserLibrary(String, IClasspathEntry[], boolean) from the type UserLibraryManager is not accessible due to 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 2322)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
Discouraged access: The type JavaModelManager is not accessible due to 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 2322)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 2322)
IEclipsePreferences instancePreferences = JavaModelManager.getJavaModelManager().getInstancePreferences();
Discouraged access: The method getInstancePreferences() from the type JavaModelManager is not accessible due to 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 2323)
String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST";
Discouraged access: The type JavaModelManager is not accessible due to 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 2323)
String containerKey = JavaModelManager.CP_USERLIBRARY_PREFERENCES_PREFIX+"TEST";
Discouraged access: The field CP_USERLIBRARY_PREFERENCES_PREFIX from the type JavaModelManager is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 accessible due to 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 : 34 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/TypeResolveTests.java
 (at line 35)
import org.eclipse.jdt.internal.core.LocalVariable;
Discouraged access: The type LocalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 36)
import org.eclipse.jdt.internal.core.SourceType;
Discouraged access: The type SourceType is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 349)
assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The method getAnnotations() from the type LocalVariable is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 349)
assertEquals(annotationString, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The type LocalVariable is not accessible due to 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 420)
assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The method getAnnotations() from the type LocalVariable is not accessible due to 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 420)
assertEquals(annotationString1, ((LocalVariable)variable[0]).getAnnotations()[0].toString());
Discouraged access: The type LocalVariable is not accessible due to 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 787)
assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 787)
assertEquals("Incorrect Type selected", "p.Test$A", ((SourceType)element.getParent()).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 790)
assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 790)
assertEquals("Incorrect Type selected", "p.Test$A$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 793)
assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 793)
assertEquals("Incorrect Type selected", "p.Test$A$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 796)
assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 796)
assertEquals("Incorrect Type selected", "p.Test$A$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 799)
assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 799)
assertEquals("Incorrect Type selected", "p.Test$A$3$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 802)
assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 802)
assertEquals("Incorrect Type selected", "p.Test$A$B$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 805)
assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 805)
assertEquals("Incorrect Type selected", "p.Test$A$B$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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)
String handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method getHandleMemento() from the type JavaElement is not accessible due to 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 807)
String handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The type SourceType is not accessible due to 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 813)
assertEquals("Incorrect Type selected", "p.Test$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 816)
assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 816)
assertEquals("Incorrect Type selected", "p.Test$1$1", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 818)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method getHandleMemento() from the type JavaElement is not accessible due to 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 818)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The type SourceType is not accessible due to 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 824)
assertEquals("Incorrect Type selected", "p.Test$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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$2", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 827)
assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The method getFullyQualifiedName() from the type SourceType is not accessible due to 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 827)
assertEquals("Incorrect Type selected", "p.Test$3", ((SourceType)element).getFullyQualifiedName());
Discouraged access: The type SourceType is not accessible due to 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 829)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The method getHandleMemento() from the type JavaElement is not accessible due to 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 829)
handleId = ((SourceType)element).getHandleMemento();
Discouraged access: The type SourceType is not accessible due to 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 : 7 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 43)
setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance
Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 43)
setUpProjectOptions(CompilerOptions.VERSION_1_4); // default compliance
Discouraged access: The field VERSION_1_4 from the type CompilerOptions is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 138)
setUpProjectOptions(CompilerOptions.VERSION_1_3);
Discouraged access: The type CompilerOptions is not accessible due to 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 138)
setUpProjectOptions(CompilerOptions.VERSION_1_3);
Discouraged access: The field VERSION_1_3 from the type CompilerOptions is not accessible due to 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 162)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The type CompilerOptions is not accessible due to 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 162)
setUpProjectOptions(CompilerOptions.VERSION_1_5);
Discouraged access: The field VERSION_1_5 from the type CompilerOptions is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 77)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 77)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccDefault from the type ClassFileConstants is not accessible due to 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 77)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 77)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to 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 84)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 84)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 84)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 84)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 84)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 84)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 85)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 85)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 85)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 85)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 85)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 85)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 86)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 86)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 86)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 86)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 86)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 86)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 87)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 87)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 87)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 87)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 87)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 87)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 103)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 103)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccDefault from the type ClassFileConstants is not accessible due to 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 103)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 103)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to 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 116)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 116)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 116)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 116)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 116)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 117)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 117)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 117)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 117)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 117)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 117)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 118)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 118)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 118)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 118)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 118)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 118)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 119)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 119)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 119)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 119)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 119)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 119)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 120)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 120)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 120)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 120)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 120)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 120)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 136)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 136)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccDefault from the type ClassFileConstants is not accessible due to 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 136)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 136)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to 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 149)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 149)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 149)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 149)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 149)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 150)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 150)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 150)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 150)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 150)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 150)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 151)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 151)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 151)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 151)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 151)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 151)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 152)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 152)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 152)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 152)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 152)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 152)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_DEFAULT from the type RelevanceConstants is not accessible due to 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 153)
"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 R_RESOLVED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_INTERESTING from the type RelevanceConstants is not accessible due to 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 153)
"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 R_CASE from the type RelevanceConstants is not accessible due to 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 153)
"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 R_UNQUALIFIED from the type RelevanceConstants is not accessible due to 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 153)
"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 R_NON_RESTRICTED from the type RelevanceConstants is not accessible due to 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 170)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 170)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The type ClassFileConstants is not accessible due to 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 170)
int[] modifiers = {ClassFileConstants.AccDefault, ClassFileConstants.AccFinal};
Discouraged access: The field AccFinal from the type ClassFileConstants is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 sourceAttachmentPath from the type ClasspathEntry is not accessible due to 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 : 98 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.MementoTokenizer;
Discouraged access: The type MementoTokenizer is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 53)
public OverflowingLRUCache cache;
Discouraged access: The type OverflowingLRUCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 60)
public OverflowingTestBuffer(boolean hasUnsavedChanges, OverflowingLRUCache cache) {
Discouraged access: The type OverflowingLRUCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 83)
this.cache.remove(this.owner);
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to 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 171)
public class OverflowingTestOpenable extends Openable {
Discouraged access: The type Openable is not accessible due to 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 182)
public OverflowingLRUCache cache;
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 188)
public OverflowingTestOpenable(OverflowingTestBuffer buffer, OverflowingLRUCache cache) {
Discouraged access: The type OverflowingLRUCache is not accessible due to 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)
super(null);
Discouraged access: The constructor Openable(JavaElement) is not accessible due to 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 196)
protected boolean buildStructure(OpenableElementInfo info, IProgressMonitor pm, Map newElements, IResource underlyingResource) {
Discouraged access: The type OpenableElementInfo is not accessible due to 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 203)
this.cache.remove(this);
Discouraged access: The method remove(Object) from the type OverflowingLRUCache is not accessible due to 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 208)
return super.equals(o);
Discouraged access: The method equals(Object) from the type JavaElement is not accessible due to 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 220)
public IJavaElement getHandleFromMemento(String token, MementoTokenizer memento, WorkingCopyOwner owner) {
Discouraged access: The type MementoTokenizer is not accessible due to 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 232)
public IResource resource(PackageFragmentRoot root) {
Discouraged access: The type PackageFragmentRoot is not accessible due to 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 290)
int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2;
Discouraged access: The type JavaModelCache is not accessible due to 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 290)
int rootSize = JavaModelCache.DEFAULT_ROOT_SIZE * 2;
Discouraged access: The field DEFAULT_ROOT_SIZE from the type JavaModelCache is not accessible due to 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 335)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 335)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The constructor BufferCache(int) is not accessible due to 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 335)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type BufferCache is not accessible due to 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 337)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 340)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 343)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 356)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 356)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The constructor BufferCache(int) is not accessible due to 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 356)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type BufferCache is not accessible due to 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 362)
cache.put(openables[i], buffers[i]);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
26. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 366)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 369)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 372)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
29. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 376)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 396)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 396)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The constructor BufferCache(int) is not accessible due to 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 396)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type BufferCache is not accessible due to 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 402)
cache.put(openables[i], buffers[i]);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 405)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 408)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 411)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 416)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 422)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 439)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 439)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The constructor BufferCache(int) is not accessible due to 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 439)
OverflowingLRUCache cache = new BufferCache(spaceLimit);
Discouraged access: The type BufferCache is not accessible due to 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 446)
cache.put(openables[i], buffers[i]);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 449)
Hashtable table = cache.getEntryTable();
Discouraged access: The method getEntryTable() from the type OverflowingLRUCache is not accessible due to 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 452)
int actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 455)
int actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 460)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 472)
cache.put(openable1, buffer1);
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 475)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 477)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 489)
Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The type BufferManager is not accessible due to 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 489)
Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getDefaultBufferManager() from the type BufferManager is not accessible due to 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 489)
Enumeration openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getOpenBuffers() from the type BufferManager is not accessible due to 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 494)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The type BufferManager is not accessible due to 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 494)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getDefaultBufferManager() from the type BufferManager is not accessible due to 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 494)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getOpenBuffers() from the type BufferManager is not accessible due to 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 516)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The type BufferManager is not accessible due to 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 516)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getDefaultBufferManager() from the type BufferManager is not accessible due to 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 516)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getOpenBuffers() from the type BufferManager is not accessible due to 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 528)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The type BufferManager is not accessible due to 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 528)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getDefaultBufferManager() from the type BufferManager is not accessible due to 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 528)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getOpenBuffers() from the type BufferManager is not accessible due to 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 538)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The type BufferManager is not accessible due to 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 538)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getDefaultBufferManager() from the type BufferManager is not accessible due to 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 538)
openBuffers= BufferManager.getDefaultBufferManager().getOpenBuffers();
Discouraged access: The method getOpenBuffers() from the type BufferManager is not accessible due to 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 558)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 558)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The constructor ElementCache(int) is not accessible due to 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 558)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type ElementCache is not accessible due to 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 560)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 563)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 566)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 579)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 579)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The constructor ElementCache(int) is not accessible due to 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 579)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type ElementCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
74. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 583)
cache.put(openables[i], Integer.toString(i));
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 587)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 590)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 593)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 597)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 617)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 617)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The constructor ElementCache(int) is not accessible due to 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 617)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type ElementCache is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/4I/gitCache/eclipse.platform.releng.aggregator/eclipse.jdt.core/org.eclipse.jdt.core/target/classes
82. WARNING in /src/org/eclipse/jdt/core/tests/model/OverflowingCacheTests.java
 (at line 621)
cache.put(openables[i], Integer.toString(i));
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 624)
actualSpaceLimit = cache.getSpaceLimit();
Discouraged access: The method getSpaceLimit() from the type LRUCache is not accessible due to 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 627)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 630)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 634)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 640)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 657)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type OverflowingLRUCache is not accessible due to 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 657)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The constructor ElementCache(int) is not accessible due to 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 657)
OverflowingLRUCache cache = new ElementCache(spaceLimit);
Discouraged access: The type ElementCache is not accessible due to 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 661)
cache.put(openables[i], Integer.toString(i));
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 664)
Hashtable table = cache.getEntryTable();
Discouraged access: The method getEntryTable() from the type OverflowingLRUCache is not accessible due to 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 666)
int actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 668)
int actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 673)
Object value = cache.get(openables[i]);
Discouraged access: The method get(Object) from the type LRUCache is not accessible due to 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 683)
cache.put(Integer.toString(1001), new OverflowingTestOpenable(new OverflowingTestBuffer(false, null), cache));
Discouraged access: The method put(Object, Object) from the type OverflowingLRUCache is not accessible due to 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 685)
actualCurrent = cache.getCurrentSpace();
Discouraged access: The method getCurrentSpace() from the type LRUCache is not accessible due to 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 687)
actualOverflow = cache.getOverflow();
Discouraged access: The method getOverflow() from the type OverflowingLRUCache is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsByteArray(IFile) from the type Util is not accessible due to 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 accessible due to 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 getInputStreamAsCharArray(InputStream, int, String) from the type Util is not accessible due to 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 accessible due to 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 getFileCharContent(File, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 accessible due to 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 getResourceContentsAsCharArray(IFile, String) from the type Util is not accessible due to 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 : 18 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/model/ReconcilerTests.java
 (at line 37)
import org.eclipse.jdt.internal.core.CompilationUnit;
Discouraged access: The type CompilationUnit is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 38)
import org.eclipse.jdt.internal.core.JavaModelManager;
Discouraged access: The type JavaModelManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 39)
import org.eclipse.jdt.internal.core.search.indexing.IndexManager;
Discouraged access: The type IndexManager is not accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 172)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type IndexManager is not accessible due to 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 172)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The type JavaModelManager is not accessible due to 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 172)
IndexManager indexManager = JavaModelManager.getIndexManager();
Discouraged access: The method getIndexManager() from the type JavaModelManager is not accessible due to 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 175)
while (indexManager.awaitingJobsCount() > 0) {
Discouraged access: The method awaitingJobsCount() from the type JobManager is not accessible due to 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 871)
org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot();
Discouraged access: The type ICompilationUnit is not accessible due to 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 871)
org.eclipse.jdt.internal.compiler.env.ICompilationUnit compilerCU = (org.eclipse.jdt.internal.compiler.env.ICompilationUnit) compilationUnit.getTypeRoot();
Discouraged access: The type ICompilationUnit is not accessible due to 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 872)
assertSourceEquals("Unexpected contents", newContents, new String(compilerCU.getContents()));
Discouraged access: The method getContents() from the type ICompilationUnit is not accessible due to 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 2378)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The type JavaModelManager is not accessible due to 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 2378)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 2378)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The method removeInfoAndChildren(JavaElement) from the type JavaModelManager is not accessible due to 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 2378)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The type CompilationUnit is not accessible due to 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 2426)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The type JavaModelManager is not accessible due to 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 2426)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The method getJavaModelManager() from the type JavaModelManager is not accessible due to 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 2426)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The method removeInfoAndChildren(JavaElement) from the type JavaModelManager is not accessible due to 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 2426)
JavaModelManager.getJavaModelManager().removeInfoAndChildren((CompilationUnit)this.workingCopy); // use a back door as working copies cannot be closed
Discouraged access: The type CompilationUnit is not accessible due to 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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 accessible due to restriction on classpath entry /opt/public/eclipse/builds/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 369)
JavaProject projectA = (JavaProject)
Discouraged access: The type JavaProject is not accessible due to 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 369)
JavaProject projectA = (JavaProject)
Discouraged access: The type JavaProject is not accessible due to 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 378)
IEclipsePreferences eclipsePreferences = projectA.getEclipsePreferences();
Discouraged access: The method getEclipsePreferences() from the type JavaProject is not accessible due to 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 385)
projectA.setOptions(options);
Discouraged access: The method setOptions(Map) from the type JavaProject is not accessible due to 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 388)
asse