Compiler log for org.eclipse.jdt.core.tests.performance_3.8.1.v20130513-1648 : @dot.xml

TOTAL : ERRORS: 0, WARNINGS: 320

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/performance/FullSourceWorkspaceFormatterTests.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 22)
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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 106)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The constructor 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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 106)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The method format(int, String, int, int, int, String) from 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
4. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 106)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 119)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The constructor 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
6. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 119)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The method format(int, String, int, int, int, String) from 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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 119)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
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
8. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 139)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The constructor 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
9. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 139)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The method format(int, String, int, int, int, String) from 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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 139)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 151)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The constructor 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/performance/FullSourceWorkspaceFormatterTests.java
 (at line 151)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
Discouraged access: The method format(int, String, int, int, int, String) from 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
13. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceFormatterTests.java
 (at line 151)
new DefaultCodeFormatter().format(CodeFormatter.K_COMPILATION_UNIT, source, 0, source.length(), 0, null);
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/performance/FullSourceWorkspaceCompleteSearchTests.java : 2 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceCompleteSearchTests.java
 (at line 27)
import org.eclipse.jdt.internal.core.search.processing.IJob;
Discouraged access: The type IJob is not accessible due 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/performance/FullSourceWorkspaceCompleteSearchTests.java
 (at line 134)
class Measuring implements IJob {
Discouraged access: The type IJob is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 36)
import org.eclipse.jdt.internal.compiler.CompilationResult;
Discouraged access: The type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 37)
import org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies;
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 38)
import org.eclipse.jdt.internal.compiler.SourceElementParser;
Discouraged access: The type SourceElementParser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 39)
import org.eclipse.jdt.internal.compiler.SourceElementRequestorAdapter;
Discouraged access: The type SourceElementRequestorAdapter is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 40)
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
6. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 41)
import org.eclipse.jdt.internal.compiler.batch.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
7. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 42)
import org.eclipse.jdt.internal.compiler.batch.Main;
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 43)
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
9. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 44)
import org.eclipse.jdt.internal.compiler.env.ICompilationUnit;
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/performance/FullSourceWorkspaceBuildTests.java
 (at line 45)
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
11. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 46)
import org.eclipse.jdt.internal.compiler.parser.Parser;
Discouraged access: The type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 47)
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
13. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 48)
import org.eclipse.jdt.internal.compiler.parser.TerminalTokens;
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 49)
import org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory;
Discouraged access: The type DefaultProblemFactory is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 50)
import org.eclipse.jdt.internal.compiler.problem.ProblemReporter;
Discouraged access: The type ProblemReporter is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 51)
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
17. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 309)
Main warmup = new Main(out, err, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 309)
Main warmup = new Main(out, err, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 309)
Main warmup = new Main(out, err, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 311)
warmup.compile(Main.tokenize(cmdLine));
Discouraged access: The method compile(String[]) from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 311)
warmup.compile(Main.tokenize(cmdLine));
Discouraged access: The method tokenize(String) from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 311)
warmup.compile(Main.tokenize(cmdLine));
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 313)
if (warmup.globalErrorsCount > 0) {
Discouraged access: The field globalErrorsCount from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 314)
System.out.println(this.scenarioShortName+": "+warmup.globalErrorsCount+" Unexpected compile ERROR!");
Discouraged access: The field globalErrorsCount from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 323)
warnings = warmup.globalWarningsCount;
Discouraged access: The field globalWarningsCount from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 335)
Main main = new Main(nullPrint, nullPrint, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 335)
Main main = new Main(nullPrint, nullPrint, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 335)
Main main = new Main(nullPrint, nullPrint, false/*systemExit*/, null/*options*/, null/*progress*/);
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 337)
main.compile(Main.tokenize(cmdLine));
Discouraged access: The method compile(String[]) from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 337)
main.compile(Main.tokenize(cmdLine));
Discouraged access: The method tokenize(String) from the type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 337)
main.compile(Main.tokenize(cmdLine));
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 368)
char[] content = Util.getFileCharContent(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
33. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 368)
char[] content = Util.getFileCharContent(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
34. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 369)
CompilerOptions options = new 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
35. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 369)
CompilerOptions options = new CompilerOptions();
Discouraged access: The constructor 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 369)
CompilerOptions options = new 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
37. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 370)
options.sourceLevel = ClassFileConstants.JDK1_4;
Discouraged access: The field sourceLevel 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 370)
options.sourceLevel = ClassFileConstants.JDK1_4;
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
39. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 370)
options.sourceLevel = ClassFileConstants.JDK1_4;
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
40. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 371)
options.targetJDK = ClassFileConstants.JDK1_4;
Discouraged access: The field targetJDK 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
41. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 371)
options.targetJDK = ClassFileConstants.JDK1_4;
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
42. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 371)
options.targetJDK = ClassFileConstants.JDK1_4;
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
43. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 372)
ProblemReporter problemReporter =
Discouraged access: The type ProblemReporter is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 373)
new ProblemReporter( DefaultErrorHandlingPolicies.exitAfterAllProblems(), options, new DefaultProblemFactory());
Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 373)
new ProblemReporter(
Discouraged access: The type ProblemReporter is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 374)
DefaultErrorHandlingPolicies.exitAfterAllProblems(),
Discouraged access: The method exitAfterAllProblems() from the type DefaultErrorHandlingPolicies is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 374)
DefaultErrorHandlingPolicies.exitAfterAllProblems(),
Discouraged access: The type DefaultErrorHandlingPolicies is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 376)
new DefaultProblemFactory());
Discouraged access: The constructor DefaultProblemFactory() is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 376)
new DefaultProblemFactory());
Discouraged access: The type DefaultProblemFactory is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 379)
Parser parser = null;
Discouraged access: The type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 382)
parser = new SourceElementParser(new SourceElementRequestorAdapter(), problemReporter.problemFactory, options, true, true);
Discouraged access: The constructor SourceElementParser(ISourceElementRequestor, IProblemFactory, CompilerOptions, boolean, 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
52. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 382)
parser = new SourceElementParser(new SourceElementRequestorAdapter(), problemReporter.problemFactory, options, true, true);
Discouraged access: The type SourceElementParser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 382)
parser = new SourceElementParser(new SourceElementRequestorAdapter(), problemReporter.problemFactory, options, true, true);
Discouraged access: The constructor SourceElementRequestorAdapter() is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 382)
parser = new SourceElementParser(new SourceElementRequestorAdapter(), problemReporter.problemFactory, options, true, true);
Discouraged access: The type SourceElementRequestorAdapter is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 382)
parser = new SourceElementParser(new SourceElementRequestorAdapter(), problemReporter.problemFactory, options, true, true);
Discouraged access: The field problemFactory from the type ProblemHandler is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 385)
parser = new Parser(problemReporter, true);
Discouraged access: The constructor Parser(ProblemReporter, 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
57. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 385)
parser = new Parser(problemReporter, true);
Discouraged access: The type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 391)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
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
59. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 391)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
Discouraged access: The constructor CompilationUnit(char[], String, 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
60. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 391)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
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
61. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 392)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 392)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, 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
63. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 392)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 392)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The field maxProblemsPerUnit 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
65. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 393)
CompilationUnitDeclaration unitDeclaration = parser.dietParse(unit, unitResult);
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
66. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 393)
CompilationUnitDeclaration unitDeclaration = parser.dietParse(unit, unitResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 394)
parser.getMethodBodies(unitDeclaration);
Discouraged access: The method getMethodBodies(CompilationUnitDeclaration) from the type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 409)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
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
69. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 409)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
Discouraged access: The constructor CompilationUnit(char[], String, 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
70. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 409)
ICompilationUnit unit = new CompilationUnit(content, file.getName(), null);
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
71. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 410)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 410)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The constructor CompilationResult(ICompilationUnit, int, 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
73. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 410)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 410)
CompilationResult unitResult = new CompilationResult(unit, 0, 1, options.maxProblemsPerUnit);
Discouraged access: The field maxProblemsPerUnit 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
75. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 411)
CompilationUnitDeclaration unitDeclaration = parser.dietParse(unit, unitResult);
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
76. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 411)
CompilationUnitDeclaration unitDeclaration = parser.dietParse(unit, unitResult);
Discouraged access: The method dietParse(ICompilationUnit, CompilationResult) from the type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 412)
parser.getMethodBodies(unitDeclaration);
Discouraged access: The method getMethodBodies(CompilationUnitDeclaration) from the type Parser is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 414)
parsedLines += unitResult.getLineSeparatorPositions().length;
Discouraged access: The method getLineSeparatorPositions() from the type CompilationResult is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 486)
char[] content = Util.getFileCharContent(new File(fileName), 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
80. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 486)
char[] content = Util.getFileCharContent(new File(fileName),
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/performance/FullSourceWorkspaceBuildTests.java
 (at line 488)
Scanner scanner = new 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
82. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 488)
Scanner scanner = new Scanner();
Discouraged access: The constructor 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
83. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 488)
Scanner scanner = new 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
84. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 489)
scanner.setSource(content);
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
85. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 493)
scanner.resetTo(0, content.length);
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
86. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 495)
int token = scanner.getNextToken();
Discouraged access: The method getNextToken() 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
87. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 499)
case TerminalTokens.TokenNameEOF:
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 499)
case TerminalTokens.TokenNameEOF:
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 505)
case TerminalTokens.TokenNameEOF:
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 505)
case TerminalTokens.TokenNameEOF:
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 507)
case TerminalTokens.TokenNameIdentifier:
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 507)
case TerminalTokens.TokenNameIdentifier:
Discouraged access: The field TokenNameIdentifier from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 508)
scanner.getCurrentIdentifierSource();
Discouraged access: The method getCurrentIdentifierSource() 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
94. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 522)
scanner.resetTo(0, content.length);
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
95. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 524)
int token = scanner.getNextToken();
Discouraged access: The method getNextToken() 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
96. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceBuildTests.java
 (at line 528)
case TerminalTokens.TokenNameEOF:
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 528)
case TerminalTokens.TokenNameEOF:
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 534)
case TerminalTokens.TokenNameEOF:
Discouraged access: The type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 534)
case TerminalTokens.TokenNameEOF:
Discouraged access: The field TokenNameEOF from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceBuildTests.java
 (at line 536)
case TerminalTokens.TokenNameIdentifier:
Discouraged access: The field TokenNameIdentifier from the type TerminalTokens is not accessible due 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/performance/FullSourceWorkspaceTests.java : 100 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 32)
import org.eclipse.jdt.internal.compiler.batch.Main;
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceTests.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
3. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 34)
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
4. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 35)
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
5. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 36)
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/performance/FullSourceWorkspaceTests.java
 (at line 37)
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/performance/FullSourceWorkspaceTests.java
 (at line 38)
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
8. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 70)
options.put(CompilerOptions.OPTION_Compliance, 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
9. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 70)
options.put(CompilerOptions.OPTION_Compliance, compliance);
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
10. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 71)
options.put(CompilerOptions.OPTION_Source, 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
11. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 71)
options.put(CompilerOptions.OPTION_Source, compliance);
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
12. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 72)
options.put(CompilerOptions.OPTION_TargetPlatform, 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
13. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 72)
options.put(CompilerOptions.OPTION_TargetPlatform, compliance);
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
14. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 79)
compliance = 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/performance/FullSourceWorkspaceTests.java
 (at line 79)
compliance = 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/performance/FullSourceWorkspaceTests.java
 (at line 81)
compliance = 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
17. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 81)
compliance = 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
18. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 83)
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
19. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 83)
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
20. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 85)
compliance = 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
21. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 85)
compliance = 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
22. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 101)
protected static JavaProject BIG_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
23. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 133)
protected static IndexManager INDEX_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
24. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 133)
protected static IndexManager INDEX_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
25. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 133)
protected static IndexManager INDEX_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
26. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 204)
String version = new Main(null/*outWriter*/, null/*errWriter*/, false/*systemExit*/, null/*options*/, null/*progress*/).bind("compiler.version");
Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) is not accessible due 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/performance/FullSourceWorkspaceTests.java
 (at line 204)
String version = new Main(null/*outWriter*/, null/*errWriter*/, false/*systemExit*/, null/*options*/, null/*progress*/).bind("compiler.version");
Discouraged access: The method bind(String) from the type Main is not accessible due 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/performance/FullSourceWorkspaceTests.java
 (at line 204)
String version = new Main(null/*outWriter*/, null/*errWriter*/, false/*systemExit*/, null/*options*/, null/*progress*/).bind("compiler.version");
Discouraged access: The type Main is not accessible due 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/performance/FullSourceWorkspaceTests.java
 (at line 921)
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
30. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 921)
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
31. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 921)
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
32. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 921)
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
33. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 922)
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
34. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 922)
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
35. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 922)
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
36. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 922)
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
37. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 923)
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
38. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 923)
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
39. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 923)
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
40. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 923)
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
41. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1070)
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
42. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1102)
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
43. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1102)
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
44. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1102)
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
45. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1115)
JavaModelManager.doNotUse(); // reset the MANAGER singleton
Discouraged access: The method doNotUse() 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
46. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1115)
JavaModelManager.doNotUse(); // reset the MANAGER singleton
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
47. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1116)
JavaModelManager.getJavaModelManager().startup();
Discouraged access: The method startup() 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
48. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1116)
JavaModelManager.getJavaModelManager().startup();
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
49. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1116)
JavaModelManager.getJavaModelManager().startup();
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
50. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1117)
new JavaCorePreferenceInitializer().initializeDefaultPreferences();
Discouraged access: The method initializeDefaultPreferences() from 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
51. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1117)
new JavaCorePreferenceInitializer().initializeDefaultPreferences();
Discouraged access: The constructor 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
52. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1117)
new JavaCorePreferenceInitializer().initializeDefaultPreferences();
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
53. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1175)
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
54. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1175)
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
55. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1175)
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
56. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1175)
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
57. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1179)
String generate = all ? CompilerOptions.GENERATE : 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
58. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1179)
String generate = all ? CompilerOptions.GENERATE : CompilerOptions.DO_NOT_GENERATE;
Discouraged access: The field 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
59. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1179)
String generate = all ? CompilerOptions.GENERATE : 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
60. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1179)
String generate = all ? CompilerOptions.GENERATE : 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
61. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1180)
String warning = all ? CompilerOptions.WARNING : 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
62. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1180)
String warning = all ? CompilerOptions.WARNING : CompilerOptions.IGNORE;
Discouraged access: The field WARNING 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
63. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1180)
String warning = all ? CompilerOptions.WARNING : 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
64. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1180)
String warning = all ? CompilerOptions.WARNING : 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
65. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1181)
String enabled = all ? CompilerOptions.ENABLED : 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
66. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1181)
String enabled = all ? CompilerOptions.ENABLED : CompilerOptions.DISABLED;
Discouraged access: The field ENABLED 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
67. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1181)
String enabled = all ? CompilerOptions.ENABLED : 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
68. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1181)
String enabled = all ? CompilerOptions.ENABLED : 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
69. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1182)
String preserve = all ? CompilerOptions.OPTIMIZE_OUT : 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
70. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1182)
String preserve = all ? CompilerOptions.OPTIMIZE_OUT : CompilerOptions.PRESERVE;
Discouraged access: The field OPTIMIZE_OUT 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
71. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1182)
String preserve = all ? CompilerOptions.OPTIMIZE_OUT : 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
72. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1182)
String preserve = all ? CompilerOptions.OPTIMIZE_OUT : 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
73. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1185)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, 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
74. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1185)
optionsMap.put(CompilerOptions.OPTION_LocalVariableAttribute, 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
75. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1186)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, 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
76. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1186)
optionsMap.put(CompilerOptions.OPTION_LineNumberAttribute, 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
77. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1187)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, 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
78. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1187)
optionsMap.put(CompilerOptions.OPTION_SourceFileAttribute, 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
79. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1188)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, 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
80. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1188)
optionsMap.put(CompilerOptions.OPTION_PreserveUnusedLocal, 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
81. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1189)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, enabled);
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
82. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1189)
optionsMap.put(CompilerOptions.OPTION_DocCommentSupport, enabled);
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
83. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1190)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, warning);
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/performance/FullSourceWorkspaceTests.java
 (at line 1190)
optionsMap.put(CompilerOptions.OPTION_ReportMethodWithConstructorName, warning);
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
85. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1191)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, warning);
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/performance/FullSourceWorkspaceTests.java
 (at line 1191)
optionsMap.put(CompilerOptions.OPTION_ReportOverridingPackageDefaultMethod, warning);
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
87. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1192)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, warning);
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/performance/FullSourceWorkspaceTests.java
 (at line 1192)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecation, warning);
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
89. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1193)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, enabled);
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/performance/FullSourceWorkspaceTests.java
 (at line 1193)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationInDeprecatedCode, enabled);
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
91. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1194)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, enabled);
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
92. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1194)
optionsMap.put(CompilerOptions.OPTION_ReportDeprecationWhenOverridingDeprecatedMethod, enabled);
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
93. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1195)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, warning);
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
94. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1195)
optionsMap.put(CompilerOptions.OPTION_ReportHiddenCatchBlock, warning);
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
95. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1196)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, warning);
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
96. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1196)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedLocal, warning);
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
97. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1197)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, warning);
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
98. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1197)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedParameter, warning);
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
99. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceTests.java
 (at line 1198)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, warning);
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/performance/FullSourceWorkspaceTests.java
 (at line 1198)
optionsMap.put(CompilerOptions.OPTION_ReportUnusedImport, warning);
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

/src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java : 92 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 60)
import org.eclipse.jdt.internal.core.DefaultWorkingCopyOwner;
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 61)
import org.eclipse.jdt.internal.core.IJavaElementRequestor;
Discouraged access: The type IJavaElementRequestor is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 62)
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
4. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 63)
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/performance/FullSourceWorkspaceModelTests.java
 (at line 64)
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
6. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 143)
BIG_PROJECT = (JavaProject) ENV.getJavaProject(BIG_PROJECT_NAME);
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/performance/FullSourceWorkspaceModelTests.java
 (at line 144)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), 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
8. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 144)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), null);
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
9. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 169)
BIG_PROJECT = (JavaProject) createJavaProject(BIG_PROJECT_NAME, sourceFolders, "bin", "1.4");
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/performance/FullSourceWorkspaceModelTests.java
 (at line 170)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), 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
11. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 170)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), null);
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
12. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 213)
String bigProjectLocation = BIG_PROJECT.getResource().getLocation().toOSString();
Discouraged access: The method getResource() from 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
13. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 226)
BIG_PROJECT.getProject().refreshLocal(IResource.DEPTH_INFINITE, 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
14. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 239)
BIG_PROJECT.getProject().refreshLocal(IResource.DEPTH_INFINITE, 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
15. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 319)
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
16. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 319)
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
17. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 339)
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
18. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 339)
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
19. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 343)
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
20. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 379)
private NameLookup getNameLookup(JavaProject project) throws JavaModelException {
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
21. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 379)
private NameLookup getNameLookup(JavaProject project) throws JavaModelException {
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
22. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 380)
return project.newNameLookup((WorkingCopyOwner)null);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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/performance/FullSourceWorkspaceModelTests.java
 (at line 398)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
24. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 398)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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/performance/FullSourceWorkspaceModelTests.java
 (at line 398)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 398)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 399)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
28. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 399)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
29. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 399)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
30. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 409)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
31. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 409)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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/performance/FullSourceWorkspaceModelTests.java
 (at line 409)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 409)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 410)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
35. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 410)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
36. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 410)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
37. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 435)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
38. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 435)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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/performance/FullSourceWorkspaceModelTests.java
 (at line 435)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 435)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 436)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
42. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 436)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
43. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 436)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
44. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 448)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
45. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 448)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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
46. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 448)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 448)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 449)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
49. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 449)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
50. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 449)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
51. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 474)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
52. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 474)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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
53. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 474)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 474)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 475)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
56. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 475)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
57. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 475)
IType type = nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
58. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 485)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
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
59. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 485)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The method newNameLookup(WorkingCopyOwner) 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
60. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 485)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 485)
NameLookup nameLookup = BIG_PROJECT.newNameLookup(DefaultWorkingCopyOwner.PRIMARY);
Discouraged access: The field PRIMARY from the type DefaultWorkingCopyOwner is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 486)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The method findType(String, boolean, int) 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
63. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 486)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
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
64. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 486)
nameLookup.findType(fullQualifiedName, false /*full match*/, NameLookup.ACCEPT_ALL);
Discouraged access: The field ACCEPT_ALL 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
65. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 512)
IType type = BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
66. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 522)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
67. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 551)
IType type = BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
68. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 561)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
69. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 587)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
70. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 596)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
71. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 622)
IType type = BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
72. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 632)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
73. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 656)
IType type = BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
74. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 660)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), 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
75. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 660)
BIG_PROJECT.setRawClasspath(BIG_PROJECT.getRawClasspath(), null);
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
76. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 664)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
77. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 673)
BIG_PROJECT.findType(fullQualifiedName);
Discouraged access: The method findType(String) 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
78. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 863)
IFile bigJar1 = BIG_PROJECT.getProject().getFile(BIG_JAR1_NAME);
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
79. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 864)
IFile bigJar2 = BIG_PROJECT.getProject().getFile(BIG_JAR2_NAME);
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
80. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1000)
IFile bigJar1 = BIG_PROJECT.getProject().getFile(BIG_JAR1_NAME);
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
81. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1001)
IFile bigJar2 = BIG_PROJECT.getProject().getFile(BIG_JAR2_NAME);
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
82. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1049)
class PackageRequestor implements IJavaElementRequestor {
Discouraged access: The type IJavaElementRequestor is not accessible due 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/performance/FullSourceWorkspaceModelTests.java
 (at line 1068)
getNameLookup(BIG_PROJECT).seekPackageFragments("org.eclipse.jdt.core.tests78.performance5", false/*not partial match*/, requestor);
Discouraged access: The method seekPackageFragments(String, boolean, IJavaElementRequestor) 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
84. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1088)
getNameLookup(BIG_PROJECT).seekPackageFragments("org.eclipse.jdt.core.tests" + i + "0.performance" + i, false/*not partial match*/, requestor);
Discouraged access: The method seekPackageFragments(String, boolean, IJavaElementRequestor) 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
85. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1259)
IFile bigJar1 = BIG_PROJECT.getProject().getFile(BIG_JAR1_NAME);
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
86. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1326)
BIG_PROJECT.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
87. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1329)
BIG_PROJECT.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
88. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1346)
BIG_PROJECT.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
89. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1350)
BIG_PROJECT.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
90. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1390)
IClasspathEntry[] oldClasspath = BIG_PROJECT.getRawClasspath();
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
91. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1405)
BIG_PROJECT.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
92. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceModelTests.java
 (at line 1432)
BIG_PROJECT.setRawClasspath(oldClasspath, 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/performance/FullSourceWorkspaceSearchTests.java : 13 warnings :

DISCOURAGED ACCESS WARNINGS
1. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 27)
import org.eclipse.jdt.internal.core.search.processing.IJob;
Discouraged access: The type IJob is not accessible due 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/performance/FullSourceWorkspaceSearchTests.java
 (at line 140)
class Measuring implements IJob {
Discouraged access: The type IJob is not accessible due 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/performance/FullSourceWorkspaceSearchTests.java
 (at line 214)
INDEX_MANAGER.removeIndexFamily(new Path(""));
Discouraged access: The method removeIndexFamily(IPath) 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
4. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 215)
INDEX_MANAGER.reset();
Discouraged access: The method reset() 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
5. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 221)
INDEX_MANAGER.request(new Measuring(true/*start measuring*/));
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
6. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 223)
INDEX_MANAGER.indexAll(ALL_PROJECTS[j].getProject());
Discouraged access: The method indexAll(IProject) 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
7. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 228)
INDEX_MANAGER.request(new Measuring(false /*end measuring*/));
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
8. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 244)
INDEX_MANAGER.removeIndexFamily(JDT_CORE_PROJECT.getPath());
Discouraged access: The method removeIndexFamily(IPath) 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
9. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 245)
INDEX_MANAGER.indexAll(JDT_CORE_PROJECT.getProject());
Discouraged access: The method indexAll(IProject) 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
10. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 252)
INDEX_MANAGER.removeIndexFamily(JDT_CORE_PROJECT.getPath());
Discouraged access: The method removeIndexFamily(IPath) 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
11. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 253)
INDEX_MANAGER.request(new Measuring(true/*start measuring*/));
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
12. WARNING in /src/org/eclipse/jdt/core/tests/performance/FullSourceWorkspaceSearchTests.java
 (at line 254)
INDEX_MANAGER.indexAll(JDT_CORE_PROJECT.getProject());
Discouraged access: The method indexAll(IProject) 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/performance/FullSourceWorkspaceSearchTests.java
 (at line 256)
INDEX_MANAGER.request(new Measuring(false /*end measuring*/));
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